diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-07-12 16:59:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-07-12 16:59:58 +0900 |
commit | 8a66a469fbb5e370bf4e820df4ec153d16630726 (patch) | |
tree | 8c8e11b2b8e8964039c6221d805f5778b602c59d | |
parent | 4e2c9c06607f1d6f105da91fc2e7b412d6d7490e (diff) | |
download | tdelibs-8a66a469fbb5e370bf4e820df4ec153d16630726.tar.gz tdelibs-8a66a469fbb5e370bf4e820df4ec153d16630726.zip |
Fixup previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 41546a231..b4bd0036a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ option( WITH_UDISKS2 "Enable uDisks2 support" ${WITH_ALL_OPTIONS} ) option( WITH_CONSOLEKIT "Enable ConsoleKit support" ${WITH_ALL_OPTIONS} ) OPTION( WITH_NETWORK_MANAGER_BACKEND "Enable network-manager support" OFF ) OPTION( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" OFF ) -OPTION( WITH_OLD_XDG_STD "Use the pre R14.1.0 XDG standard where both TDE and KDE are recognized in desktop files" OFF ) +OPTION( WITH_OLD_XDG_STD "Use the pre R14.0.0 XDG standard where both TDE and KDE are recognized in desktop files" OFF ) OPTION( WITH_LZMA "Enable support for LZMA/XZ" ${WITH_ALL_OPTIONS} ) OPTION( WITH_LIBBFD "Enable pretty backtraces with libbfd from GNU binutils" OFF ) OPTION( WITH_XRANDR "Build the tderandr library" ON ) |