diff options
author | David Faure <faure@kde.org> | 2007-10-01 13:36:29 +0000 |
---|---|---|
committer | David Faure <faure@kde.org> | 2007-10-01 13:36:29 +0000 |
commit | 1d1023ac8eab9d4471ae3ea31f458359e18d4f24 (patch) | |
tree | c131e4d3c21ac9006b061833b79cd8ecd5329ebc | |
parent | b94768531ef8881f2b6e7b93c4f0324f02b80487 (diff) | |
download | extra-cmake-modules-1d1023ac8eab9d4471ae3ea31f458359e18d4f24.tar.gz extra-cmake-modules-1d1023ac8eab9d4471ae3ea31f458359e18d4f24.tar.bz2 |
There is no reason to export KDE4_APPLNK_INSTALL_DIR to the outside; define it only within kdelibs (so that KStandardDirs can look there for compatibility),
but don't tempt people into installing new stuff into that dir.
svn path=/trunk/KDE/kdelibs/; revision=719613
-rw-r--r-- | modules/FindKDE4Internal.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 72686c84..a1e5efce 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -103,9 +103,8 @@ # DBUS_INTERFACES_INSTALL_DIR - the directory where dbus interfaces be installed (default is prefix/share/dbus-1/interfaces) # DBUS_SERVICES_INSTALL_DIR - the directory where dbus services be installed (default is prefix/share/dbus-1/services ) # -# The following variables are provided, but are seem to be unused: +# The following variable is provided, but seem to be unused: # LIBS_HTML_INSTALL_DIR /share/doc/HTML CACHE STRING "Is this still used ?") -# APPLNK_INSTALL_DIR /share/applnk CACHE STRING "Is this still used ?") # # The following user adjustable options are provided: # @@ -552,8 +551,6 @@ _set_fancy(SOUND_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/sounds" "Th _set_fancy(TEMPLATES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/templates" "The install dir for templates (Create new file...)") _set_fancy(WALLPAPER_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/wallpapers" "The install dir for wallpapers") _set_fancy(KCONF_UPDATE_INSTALL_DIR "${DATA_INSTALL_DIR}/kconf_update" "The kconf_update install dir") -# this one shouldn't be used anymore -_set_fancy(APPLNK_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/applnk" "Is this still used ?") _set_fancy(AUTOSTART_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/autostart" "The install dir for autostart files") _set_fancy(XDG_APPS_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/applications/kde4" "The XDG apps dir") |