Hint the possibility to build with Gtk+ 3.0
This commit is contained in:
parent
feb5d574c0
commit
07afbad461
|
@ -1,6 +1,8 @@
|
||||||
targets=compare,fontsel,progress
|
targets=compare,fontsel,progress
|
||||||
|
#cflags_force=-W `pkg-config gtk+-3.0 --cflags`
|
||||||
cflags_force=-W `pkg-config gtk+-2.0 --cflags`
|
cflags_force=-W `pkg-config gtk+-2.0 --cflags`
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic
|
||||||
|
#ldflags_force=`pkg-config gtk+-3.0 --libs`
|
||||||
ldflags_force=`pkg-config gtk+-2.0 --libs`
|
ldflags_force=`pkg-config gtk+-2.0 --libs`
|
||||||
dist=Makefile
|
dist=Makefile
|
||||||
|
|
||||||
|
@ -17,4 +19,6 @@ install=$(BINDIR)
|
||||||
[progress]
|
[progress]
|
||||||
type=binary
|
type=binary
|
||||||
sources=progress.c
|
sources=progress.c
|
||||||
|
#cflags=`pkg-config --cflags gtk+-x11-3.0`
|
||||||
|
#ldflags=`pkg-config --cflags gtk+-x11-3.0`
|
||||||
install=$(BINDIR)
|
install=$(BINDIR)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user