* Compiz: build GTK window decorators.
* Make GTK+ 2.10 the default. svn path=/nixpkgs/trunk/; revision=8072
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
|
||||
, startupnotification, libXrender, xextproto, mesa, gtk, libwnck
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [
|
||||
pkgconfig libpng libXcomposite libXfixes libXdamage libXrandr
|
||||
libXinerama libICE libSM startupnotification libXrender xextproto
|
||||
mesa gtk
|
||||
mesa gtk libwnck
|
||||
];
|
||||
configureFlags = "--disable-gconf";
|
||||
configureFlags = "--disable-gconf --enable-gtk";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user