summaryrefslogtreecommitdiff
blob: 076936889dd7452ebd16d63724870038e46b4ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- tools/gendefs.pl.orig	2005-05-19 08:46:25.938883792 -0400
+++ tools/gendefs.pl	2005-05-19 08:49:06.048543424 -0400
@@ -1222,7 +1222,12 @@ foreach (sort keys %flags) {
 	}
 }
 
-
+BEGIN {
+$::inc = `gdk-pixbuf-config --cflags`;
+chomp $::inc;
+$::libs = `gdk-pixbuf-config --libs`;
+chomp $::libs;
+}
 
 print <<"EOT";