diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-08 05:02:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-08 05:02:16 +0000 |
commit | 486c5bfc26cbada0d8e05371c01211de663a209d (patch) | |
tree | 9b3a01eb1cc04f699e239bb06a76286f2acaae58 /kcontrol/CMakeLists.txt | |
parent | 35cf72fe7f736a8c2768f3c8035f0d318c55da0a (diff) | |
download | tdebase-486c5bfc26cbada0d8e05371c01211de663a209d.tar.gz tdebase-486c5bfc26cbada0d8e05371c01211de663a209d.zip |
Added the foundation for the new displayconfig module that will allow full XRandR 1.2 functionality from a Trinity control center GUI
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1245566 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/CMakeLists.txt')
-rw-r--r-- | kcontrol/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcontrol/CMakeLists.txt b/kcontrol/CMakeLists.txt index 0bd7f3706..dab1a20da 100644 --- a/kcontrol/CMakeLists.txt +++ b/kcontrol/CMakeLists.txt @@ -65,6 +65,7 @@ if( BUILD_KCONTROL ) add_subdirectory( kthememanager ) add_subdirectory( kfontinst ) add_subdirectory( access ) + add_subdirectory( displayconfig ) tde_conditional_add_subdirectory( WITH_SAMBA samba ) tde_conditional_add_subdirectory( WITH_XRANDR randr ) |