From 274dd3ccb3dd38866e87c83bd5e6f1085ba861d9 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 23 Apr 2013 08:59:44 -0500 Subject: Fix XDG ShowOnlyIn/NotShowIn conflicts with KDE4. Add cmake WITH_OLD_XDG_STD configure support to retain old style support for potential problematic distros. This resolves bug report 1364. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d6d9f2441..a152c9ccf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ option( WITH_UDISKS "Enable UDISKS support" ${WITH_ALL_OPTIONS} ) option( WITH_UDISKS2 "Enable UDISKS2 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.0.0 XDG standard where both TDE and KDE are recognized in desktop files" OFF ) OPTION( WITH_ASPELL "Enable aspell support" ${WITH_ALL_OPTIONS} ) OPTION( WITH_HSPELL "Enable hspell support" ${WITH_ALL_OPTIONS} ) -- cgit v1.2.1