Hint the possibility to build with Gtk+ 3.0

This commit is contained in:
Pierre Pronchery 2013-12-25 18:44:49 +01:00
parent feb5d574c0
commit 07afbad461

View File

@ -1,6 +1,8 @@
targets=compare,fontsel,progress
#cflags_force=-W `pkg-config gtk+-3.0 --cflags`
cflags_force=-W `pkg-config gtk+-2.0 --cflags`
cflags=-Wall -g -O2 -pedantic
#ldflags_force=`pkg-config gtk+-3.0 --libs`
ldflags_force=`pkg-config gtk+-2.0 --libs`
dist=Makefile
@ -17,4 +19,6 @@ install=$(BINDIR)
[progress]
type=binary
sources=progress.c
#cflags=`pkg-config --cflags gtk+-x11-3.0`
#ldflags=`pkg-config --cflags gtk+-x11-3.0`
install=$(BINDIR)