diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2014-04-07 00:10:55 +0400 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-29 01:51:47 +0200 |
commit | 394545c24c0e31d84ccb3d008c8da7c2e1f06451 (patch) | |
tree | 0fe738e30697871f9c3749de1641747aad2c8df8 /CMakeLists.txt | |
parent | 63dd66d0459abfa98d6e6eeec40fa4efd285a074 (diff) | |
download | tdebase-394545c24c0e31d84ccb3d008c8da7c2e1f06451.tar.gz tdebase-394545c24c0e31d84ccb3d008c8da7c2e1f06451.zip |
twin/compton-tde: transparent pass TDE build-time configure options to compot-tde
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 35ff873d4..cddd67ff4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ option( WITH_XFIXES "Enable xfixes support" ${WITH_ALL_OPTIONS} ) option( WITH_XRANDR "Enable xrandr support" ${WITH_ALL_OPTIONS} ) option( WITH_XRENDER "Enable xrender support" ${WITH_ALL_OPTIONS} ) option( WITH_LIBCONFIG "Enable libconfig support" ${WITH_ALL_OPTIONS} ) +option( WITH_PCRE "Enable pcre regex support" ON ) option( WITH_XTEST "Enable xtest support" ${WITH_ALL_OPTIONS} ) option( WITH_OPENGL "Enable openGL support" ${WITH_ALL_OPTIONS} ) option( WITH_XSCREENSAVER "Enable xscreensaver support" ${WITH_ALL_OPTIONS} ) @@ -124,6 +125,8 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" # WITH_PAM affects tdm kdesktop kcheckpass # WITH_SHADOW affects tdm kcheckpass # WITH_UPOWER affects ksmserver +# WITH_LIBCONFIG affects twin/compot-tde +# WITH_PCRE affects twin/compot-tde # WITH_SUDO_TDESU_BACKEND affects tdesu # WITH_SUDO_KONSOLE_SUPER_USER_COMMAND affects launching Konsole super user sessions |