From 477e956a04dfb244814f274e98a8d6f4beb84f3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Jan 2013 20:18:50 -0600 Subject: Add per-user display settings This partially resolves Bug 1264 Fix displayconfig crashes and warnings Slightly clean up iccconfig and hwmanager --- tdeinit/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tdeinit/CMakeLists.txt') diff --git a/tdeinit/CMakeLists.txt b/tdeinit/CMakeLists.txt index 6f1f7ba96..3fd7d934e 100644 --- a/tdeinit/CMakeLists.txt +++ b/tdeinit/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${CMAKE_BINARY_DIR} ) link_directories( @@ -26,3 +27,15 @@ tde_add_executable( tdeinit_phase1 LINK tdecore-shared DESTINATION ${BIN_INSTALL_DIR} ) + + +##### tdeinit_displayconfig (executable) ####################### +if( WITH_XRANDR ) + set( TDEINIT_DISPLAYCONFIG_OPTIONAL_LINK "krandr-shared" ) +endif ( ) + +tde_add_executable( tdeinit_displayconfig + SOURCES displayconfig.cpp + LINK tdecore-shared ${TDEINIT_DISPLAYCONFIG_OPTIONAL_LINK} + DESTINATION ${BIN_INSTALL_DIR} +) \ No newline at end of file -- cgit v1.2.3