kwin: allow CMake to set RPATH during build
(cherry picked from commit 3ff6d0492a9fa939f559580dc841239a8f75142c)
This commit is contained in:
@@ -26,6 +26,7 @@ plasmaPackage {
|
|||||||
kwindowsystem plasma-framework qtdeclarative qtmultimedia qtx11extras
|
kwindowsystem plasma-framework qtdeclarative qtmultimedia qtx11extras
|
||||||
];
|
];
|
||||||
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||||
|
cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kwin_x11"
|
wrapQtProgram "$out/bin/kwin_x11"
|
||||||
wrapQtProgram "$out/bin/kwin_wayland"
|
wrapQtProgram "$out/bin/kwin_wayland"
|
||||||
|
|||||||
Reference in New Issue
Block a user