diff options
author | Alexander Golubev <[email protected]> | 2014-04-07 02:00:35 +0400 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-04-29 02:00:29 +0200 |
commit | 7c55134dee71ab9a2f916ed2f61d33c45a7681df (patch) | |
tree | a5f3c915ce6f08071b51ea22bc4d8c026b38d71e /twin/compton-tde/compton_config.h.cmake | |
parent | 30252262ce90415f09232c51724a393c8dd6a7fe (diff) | |
download | tdebase-7c55134dee71ab9a2f916ed2f61d33c45a7681df.tar.gz tdebase-7c55134dee71ab9a2f916ed2f61d33c45a7681df.zip |
twin/compton-tde: make XRandR support optional in compot-tde
Diffstat (limited to 'twin/compton-tde/compton_config.h.cmake')
-rw-r--r-- | twin/compton-tde/compton_config.h.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/compton-tde/compton_config.h.cmake b/twin/compton-tde/compton_config.h.cmake index 06db4caf4..a77d93b57 100644 --- a/twin/compton-tde/compton_config.h.cmake +++ b/twin/compton-tde/compton_config.h.cmake @@ -32,5 +32,7 @@ // Whether to enable GLX Sync support. #cmakedefine CONFIG_GLX_XSYNC 1 +// Whether to enable Xranr support +#cmakedefine CONFIG_XRANDR 1 // Whether to enable Xinerama support #cmakedefine CONFIG_XINERAMA 1 |