extra-cmake-modules: Remove doc/ from xdgDataSubdirs

This commit is contained in:
Thomas Tuegel 2019-09-23 10:07:09 -05:00
parent 4edb8ade3d
commit 2f623ef527
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -53,13 +53,12 @@ ecmPostHook() {
}
postHooks+=(ecmPostHook)
xdgDataSubdirs=(
"doc" "config.kcfg" "kconf_update" "kservices5" "kservicetypes5" \
xdgDataSubdirs=( \
"config.kcfg" "kconf_update" "kservices5" "kservicetypes5" \
"kxmlgui5" "knotifications5" "icons" "locale" "sounds" "templates" \
"wallpapers" "applications" "desktop-directories" "mime" "appdata" "dbus-1" \
)
ecmHostPathSeen=( )
ecmUnseenHostPath() {
@ -104,5 +103,10 @@ ecmHostPathHook() {
then
qtWrapperArgs+=(--prefix INFOPATH : "$infoDir")
fi
if [ -d "$1/dbus-1" ]
then
propagatedUserEnvPkgs+=" $1"
fi
}
addEnvHooks "$hostOffset" ecmHostPathHook