git » phonon.git » commit 5a4fc69

Not needed with ECM 6

author Antonio Rojas
2023-11-02 22:59:43 UTC
committer Antonio Rojas
2023-11-02 22:59:43 UTC
parent 5463b00bd9f9543ee21e06639a021dccbbbf21b2

Not needed with ECM 6

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index 98a0092..0b6072f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,6 @@ build() {
   cmake -B build6 -S $pkgbase-$pkgver \
     -DCMAKE_BUILD_TYPE=None \
     -DPHONON_BUILD_QT5=OFF \
-    -DCMAKE_SKIP_RPATH=ON \
     -DPHONON_BUILD_SETTINGS=OFF
   cmake --build build6
 }