diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-12 01:59:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-12 02:47:46 +0200 |
commit | 3a601abfd441a9416a6cd2d6b0d7ce35d8dd5a21 (patch) | |
tree | 46507f33ee762a0d9524e4e8de564703094764b4 /CMakeLists.txt | |
parent | 3c06aad1564601e37dfce6e6bffabb4472421999 (diff) | |
download | tdelibs-3a601abfd441a9416a6cd2d6b0d7ce35d8dd5a21.tar.gz tdelibs-3a601abfd441a9416a6cd2d6b0d7ce35d8dd5a21.zip |
Add option WITH_TDEHWLIB_DAEMONS
Fix incorrect use WITH_UPOWER
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 15a829404..057a562d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ OPTION( WITH_PCRE "Enable pcre regex support for kjs" ON ) OPTION( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) OPTION( WITH_INOTIFY "Enable inotify support for tdeio" ON ) OPTION( WITH_GAMIN "Enable FAM/GAMIN support" ${WITH_ALL_OPTIONS} ) +option( WITH_TDEHWLIB_DAEMONS "Enable daemons for TDE hwlib" ${WITH_ALL_OPTIONS} ) option( WITH_UPOWER "Enable uPower support" ${WITH_ALL_OPTIONS} ) option( WITH_UDISKS "Enable uDisks support" ${WITH_ALL_OPTIONS} ) option( WITH_UDISKS2 "Enable uDisks2 support" ${WITH_ALL_OPTIONS} ) |