Build with Gtk+ 3 by default

This commit is contained in:
Pierre Pronchery 2015-11-18 22:45:34 +01:00
parent 502036e1e7
commit 47cd7628bd

View File

@ -2,11 +2,11 @@ targets=plug,snooper,xkey
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags=-pie -Wl,-z,relro -Wl,-z,now
#for Gtk+ 2
cflags_force=`pkg-config --cflags gtk+-2.0`
ldflags_force=`pkg-config --libs gtk+-2.0`
#cflags_force=`pkg-config --cflags gtk+-2.0`
#ldflags_force=`pkg-config --libs gtk+-2.0`
#for Gtk+ 3
#cflags_force=`pkg-config --cflags gtk+-3.0`
#ldflags_force=`pkg-config --libs gtk+-3.0`
cflags_force=`pkg-config --cflags gtk+-3.0`
ldflags_force=`pkg-config --libs gtk+-3.0`
dist=Makefile
[plug]