Build with Gtk+ 3 by default
This commit is contained in:
parent
2cea8480c2
commit
fedafabcac
|
@ -1,7 +1,7 @@
|
|||
targets=asm
|
||||
cflags_force=`pkg-config --cflags gtk+-2.0` -fPIC
|
||||
cflags_force=`pkg-config --cflags gtk+-3.0` -fPIC
|
||||
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs gtk+-2.0`
|
||||
ldflags_force=`pkg-config --libs gtk+-3.0`
|
||||
ldflags=
|
||||
dist=Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user