summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index 81992755..c6b8061c 100644
--- a/Jamfile
+++ b/Jamfile
@@ -208,8 +208,8 @@ Main pdffunction : test/pdffunction.c ;
Main x11pdf : test/x11pdf.c test/ximage.c ;
-CCFLAGS += `gtk-config --cflags` ;
-LINKLIBS on gtkpdf = $(LINKLIBS) `gtk-config --libs` -lgthread ;
+CCFLAGS += `pkg-config --cflags gtk+ gthread` ;
+LINKLIBS on gtkpdf = $(LINKLIBS) `pkg-config --libs gtk+ gmodule gthread` ;
Main gtkpdf : test/gtkpdf.c ;