Merge pull request #227402 from wegank/kde-darwin-pre
plasma5Packages.extra-cmake-modules: set bundledir on darwin
This commit is contained in:
commit
0ee6b9a4a7
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ ecmPostHook() {
|
|||
cmakeFlags+=" -DKDE_INSTALL_CONFDIR=${!outputBin}/etc/xdg"
|
||||
cmakeFlags+=" -DKDE_INSTALL_AUTOSTARTDIR=${!outputBin}/etc/xdg/autostart"
|
||||
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
cmakeFlags+=" -DKDE_INSTALL_BUNDLEDIR=${!outputBin}/Applications/KDE"
|
||||
fi
|
||||
|
||||
if [ -n "${qtPluginPrefix-}" ]; then
|
||||
cmakeFlags+=" -DKDE_INSTALL_QTPLUGINDIR=${!outputBin}/$qtPluginPrefix"
|
||||
cmakeFlags+=" -DKDE_INSTALL_PLUGINDIR=${!outputBin}/$qtPluginPrefix"
|
||||
|
|
Loading…
Reference in a new issue