treewide: Make explicit that 'dev' output of gtk2 is used
This commit is contained in:
committed by
Vladimír Čunát
parent
5bb34f241e
commit
d1937cf11a
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
cmakeFlags = ''
|
||||
-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include
|
||||
-DGTK2_GDKCONFIG_INCLUDE_DIR=${gtk2.out}/lib/gtk-2.0/include
|
||||
-DGTK2_INCLUDE_DIRS=${gtk2}/include/gtk-2.0
|
||||
-DGTK2_INCLUDE_DIRS=${gtk2.dev}/include/gtk-2.0
|
||||
-DKDE4_LIBEXEC_INSTALL_DIR=lib/kde4/libexec
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user