kwin: allow CMake to set RPATH during build

(cherry picked from commit 3ff6d0492a9fa939f559580dc841239a8f75142c)
This commit is contained in:
Thomas Tuegel 2016-03-23 08:44:15 -05:00
parent f9fff51c2a
commit 350d196f7a

View File

@ -26,6 +26,7 @@ plasmaPackage {
kwindowsystem plasma-framework qtdeclarative qtmultimedia qtx11extras
];
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
postInstall = ''
wrapQtProgram "$out/bin/kwin_x11"
wrapQtProgram "$out/bin/kwin_wayland"