diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-29 20:12:44 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-29 20:12:44 +0000 |
commit | a5baef50dc920632f9400f74f763b1671c36d63e (patch) | |
tree | a1e98ac7be77fdda6d3783615f7b628ff4c632a2 /config.h.cmake | |
parent | c95d8deaf121c1971dd7dc0a7c0c5459b308d9d7 (diff) | |
download | tdebase-a5baef50dc920632f9400f74f763b1671c36d63e.tar.gz tdebase-a5baef50dc920632f9400f74f763b1671c36d63e.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.cmake | 3 |
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@" |