forked from mirrors/nixpkgs
Applied -dbus-linked option which it needed by kdelibs. Patch submitted by Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14060
This commit is contained in:
parent
8bd7e25079
commit
6ba0ddb19b
|
@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
|||
-system-zlib -system-libpng -system-libjpeg -fast
|
||||
-qt-gif -confirm-license
|
||||
-opengl -xrender -xrandr -xinerama -xcursor -qt-sql-mysql
|
||||
-qdbus -cups -glib -xfixes
|
||||
-qdbus -cups -glib -xfixes -dbus-linked
|
||||
-fontconfig -I${freetype}/include/freetype2
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue