Build with Gtk+ 3 by default

This commit is contained in:
Pierre Pronchery 2020-01-12 20:54:59 +01:00
parent 2cea8480c2
commit fedafabcac

View File

@ -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