summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-04-01 17:23:51 +0300
committerMavridis Philippe <mavridisf@gmail.com>2021-04-01 17:53:09 +0300
commitd3a391bcd6212e7841f5388921ad1640e5cd6dbd (patch)
tree907572fd58dcceb87c3e59dd8d14d75aefa32edd /config.h.cmake
parent08cff8ad058fdd63303d2b1b218f73b26dfc7921 (diff)
downloadkompose-d3a391bcd6212e7841f5388921ad1640e5cd6dbd.tar.gz
kompose-d3a391bcd6212e7841f5388921ad1640e5cd6dbd.zip
Added XCOMPOSITE and XDAMAGE checks to CMake rules.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 67860c5..40181ed 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -10,3 +10,6 @@
/* Defined if you don't have either the XTest headers or
the xcb-util-keysyms headers */
#cmakedefine NO_XTEST_EXTENSION 1
+
+// Defined if you have both XComposite and XDamage.
+#cmakedefine COMPOSITE 1