Build with Gtk+ 3 by default
This commit is contained in:
parent
502036e1e7
commit
47cd7628bd
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user