Skip to content

Commit

Permalink
Build fix for -no-feature-datestring
Browse files Browse the repository at this point in the history
Change-Id: If3b744e9f7e7761d02664b1a117e0540fabe8915
Reviewed-by: Lars Knoll <[email protected]>
  • Loading branch information
paulolav committed Mar 1, 2017
1 parent 06a3ac2 commit 07d4376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/printsupport/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"label": "CUPS",
"purpose": "Provides support for the Common Unix Printing System.",
"section": "Painting",
"condition": "libs.cups && features.printer",
"condition": "libs.cups && features.printer && features.datestring",
"output": [ "privateFeature", "feature" ]
},
"cupsjobwidget": {
Expand Down
6 changes: 3 additions & 3 deletions src/sql/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
},
"sql-odbc": {
"label": "ODBC",
"condition": "libs.odbc && features.textdate",
"condition": "libs.odbc && features.datestring",
"output": [ "publicFeature" ]
},
"sql-psql": {
Expand All @@ -168,7 +168,7 @@
},
"sql-sqlite": {
"label": "SQLite",
"condition": "features.textdate",
"condition": "features.datestring",
"output": [ "publicFeature" ]
},
"system-sqlite": {
Expand All @@ -179,7 +179,7 @@
},
"sql-tds": {
"label": "TDS (Sybase)",
"condition": "libs.tds && features.textdate",
"condition": "libs.tds && features.datestring",
"output": [ "publicFeature" ]
}
},
Expand Down

0 comments on commit 07d4376

Please sign in to comment.