diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-23 08:59:44 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-23 08:59:44 -0500 |
commit | 274dd3ccb3dd38866e87c83bd5e6f1085ba861d9 (patch) | |
tree | 60be5e7765163bf072bbe7a21ca34800c59897c5 /config.h.cmake | |
parent | 8188a65884ac1bca0aea32c5fdbaa19bc3b868f0 (diff) | |
download | tdelibs-274dd3ccb3dd38866e87c83bd5e6f1085ba861d9.tar.gz tdelibs-274dd3ccb3dd38866e87c83bd5e6f1085ba861d9.zip |
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.
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index b4e04b43a..1e7dcff74 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -834,6 +834,9 @@ /* Defined if compiling with the network-manager backend */ #cmakedefine WITH_NETWORK_MANAGER_BACKEND 1 +/* Defined if compiling with old XDG standard support */ +#cmakedefine WITH_OLD_XDG_STD 1 + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD |