diff options
author | Serghei Amelian <serghei.amelian@gmail.com> | 2012-02-15 02:36:12 +0200 |
---|---|---|
committer | Serghei Amelian <serghei.amelian@gmail.com> | 2012-02-15 02:36:12 +0200 |
commit | b5236f1d75d5784aa9f1dac7e826921e7c464b6b (patch) | |
tree | 413aac2a5fa3b7c4ae022ab24c49661c04eda861 /CMakeLists.txt | |
parent | 39c1afd3f898e9577981edf624e96d46777fb07e (diff) | |
download | tdebase-b5236f1d75d5784aa9f1dac7e826921e7c464b6b.tar.gz tdebase-b5236f1d75d5784aa9f1dac7e826921e7c464b6b.zip |
[tdebase/ksmserver] added UPower support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c10f65055..0385c2b00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,7 @@ option( WITH_XINERAMA "Enable xinerama extension support" ${WITH_ALL_OPTIONS} ) option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} ) option( WITH_I8K "Enable Dell laptop support (ksysguard)" ${WITH_ALL_OPTIONS} ) option( WITH_HAL "Enable HAL support" ${WITH_ALL_OPTIONS} ) +option( WITH_UPOWER "Enable UPOWER support" ${WITH_ALL_OPTIONS} ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) @@ -205,7 +206,7 @@ tde_conditional_add_subdirectory( BUILD_KSYSGUARD ksysguard ) tde_conditional_add_subdirectory( BUILD_KXKB kxkb ) tde_conditional_add_subdirectory( BUILD_TSAK tsak ) tde_conditional_add_subdirectory( BUILD_KROOTBACKING krootbacking ) -tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration ) +tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration ) ##### install starttde & related stuff ########## |