summaryrefslogtreecommitdiffstats
path: root/twin/compton-tde/compton_config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-04-28 01:31:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-04-29 02:01:03 +0200
commitd7235b31b1f53695559f23aa0e62b9f347229502 (patch)
treec8a0f5293912b244ed13351845c22a8031f4cec7 /twin/compton-tde/compton_config.h.cmake
parent7c55134dee71ab9a2f916ed2f61d33c45a7681df (diff)
downloadtdebase-d7235b31b1f53695559f23aa0e62b9f347229502.tar.gz
tdebase-d7235b31b1f53695559f23aa0e62b9f347229502.zip
twin/compton: make CONFIG_XSYNC autoconfigurable to fix FTBFS with older libXext versions which doesn't provide XSyncFence
Diffstat (limited to 'twin/compton-tde/compton_config.h.cmake')
-rw-r--r--twin/compton-tde/compton_config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/compton-tde/compton_config.h.cmake b/twin/compton-tde/compton_config.h.cmake
index a77d93b57..bf3f22543 100644
--- a/twin/compton-tde/compton_config.h.cmake
+++ b/twin/compton-tde/compton_config.h.cmake
@@ -21,7 +21,7 @@
#define CONFIG_C2 1
// Whether to enable X Sync support.
-#define CONFIG_XSYNC 1
+#cmakedefine CONFIG_XSYNC 1
// Whether to enable OpenGL support
#cmakedefine CONFIG_VSYNC_OPENGL 1
@@ -30,7 +30,7 @@
// Whether to enable GLX FBO support
#cmakedefine CONFIG_VSYNC_OPENGL_FBO 1
// Whether to enable GLX Sync support.
-#cmakedefine CONFIG_GLX_XSYNC 1
+#cmakedefine CONFIG_GLX_SYNC 1
// Whether to enable Xranr support
#cmakedefine CONFIG_XRANDR 1