diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-04-03 19:25:00 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-04-03 19:25:00 +0200 |
commit | ce7b856cdcff595679570dbf35b33ed4dec23b52 (patch) | |
tree | 2ec59b6b02fcab841897fb7b4cd2690a52865057 /kde/kdenetwork/Pkgfile | |
parent | a69293c89e8b0b637a27b18650718acf7bbfcd18 (diff) | |
download | nutyx-pakxe-ce7b856cdcff595679570dbf35b33ed4dec23b52.tar.gz nutyx-pakxe-ce7b856cdcff595679570dbf35b33ed4dec23b52.tar.bz2 nutyx-pakxe-ce7b856cdcff595679570dbf35b33ed4dec23b52.tar.xz nutyx-pakxe-ce7b856cdcff595679570dbf35b33ed4dec23b52.zip |
kdenetwork, maj 4.6.1-1
Diffstat (limited to 'kde/kdenetwork/Pkgfile')
-rwxr-xr-x | kde/kdenetwork/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde/kdenetwork/Pkgfile b/kde/kdenetwork/Pkgfile index 1c66f71a1..063657868 100755 --- a/kde/kdenetwork/Pkgfile +++ b/kde/kdenetwork/Pkgfile @@ -20,7 +20,8 @@ build() { -DCMAKE_SKIP_RPATH=ON \ -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \ -DWITH_Xmms=OFF \ - -DWITH_LibMeanwhile=OFF + -DWITH_LibMeanwhile=OFF \ + -DDISABLE_VIDEOSUPPORT=ON make make DESTDIR=$PKG install |