* Build Compiz with GConf support.
* Add some Gnome interdependencies. svn path=/nixpkgs/trunk/; revision=8125
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libpng, libXcomposite, libXfixes
|
||||
, libXdamage, libXrandr, libXinerama, libICE, libSM
|
||||
, startupnotification, libXrender, xextproto, mesa, gtk, libwnck
|
||||
, startupnotification, libXrender, xextproto, mesa, gtk, libwnck, GConf
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [
|
||||
pkgconfig libpng libXcomposite libXfixes libXdamage libXrandr
|
||||
libXinerama libICE libSM startupnotification libXrender xextproto
|
||||
mesa gtk libwnck
|
||||
mesa gtk libwnck GConf
|
||||
];
|
||||
configureFlags = "--disable-gconf --enable-gtk";
|
||||
configureFlags = "--enable-gtk";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user