summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-29 20:12:44 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-29 20:12:44 +0000
commita5baef50dc920632f9400f74f763b1671c36d63e (patch)
treea1e98ac7be77fdda6d3783615f7b628ff4c632a2 /config.h.cmake
parentc95d8deaf121c1971dd7dc0a7c0c5459b308d9d7 (diff)
downloadtdebase-3.5.13.tar.gz
tdebase-3.5.13.zip
Allow kdebase compilation with optional xrandr support disabledv3.5.13
Thanks to Francois Andriot for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1261450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 d7017346a..235275827 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -158,3 +158,6 @@
// kdm, kxkb
#cmakedefine XLIBDIR "@XLIBDIR@"
+
+// kdm, kcontrol
+#cmakedefine WITH_XRANDR "@WITH_XRANDR@"