Skip to content

Commit

Permalink
Re-add configure option for Direct2D QPA plugin
Browse files Browse the repository at this point in the history
This also allows us to enable auto-detection for it.

Change-Id: I7639ab533553f02e691e6f6b8cdd8dff19d91809
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
FriedemannKleint committed Nov 7, 2016
1 parent 25a2717 commit 146a2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ Gui, printing, widget options:
-xcb-xlib............. Enable Xcb-Xlib support [auto]

Platform backends:
-direct2d .......... Enable Direct2D support [auto] (Windows only)
-directfb .......... Enable DirectFB support [no] (Unix only)
-eglfs ............. Enable EGLFS support [auto; no on Android and Windows]
-gbm ............... Enable backends for GBM [auto] (Linux only)
Expand Down
4 changes: 2 additions & 2 deletions src/gui/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"options": {
"android-style-assets": "boolean",
"angle": "boolean",
"direct2d": "boolean",
"directfb": "boolean",
"directwrite": "boolean",
"egl": "boolean",
Expand Down Expand Up @@ -446,8 +447,7 @@
},
"direct2d": {
"label": "Direct 2D",
"autoDetect": false,
"condition": "config.win32 && libs.direct2d",
"condition": "config.win32 && !config.winrt && libs.direct2d",
"output": [ "privateFeature" ]
},
"evdev": {
Expand Down

0 comments on commit 146a2ee

Please sign in to comment.