Document how to build with Gtk+ 3
This commit is contained in:
parent
331b65dd2a
commit
2dbc150425
|
@ -2,6 +2,9 @@ targets=plug,snooper,xkey
|
||||||
cflags_force=-W `pkg-config --cflags gtk+-2.0`
|
cflags_force=-W `pkg-config --cflags gtk+-2.0`
|
||||||
cflags=-Wall -g -O2
|
cflags=-Wall -g -O2
|
||||||
ldflags_force=`pkg-config --libs gtk+-2.0`
|
ldflags_force=`pkg-config --libs gtk+-2.0`
|
||||||
|
#for Gtk+ 3
|
||||||
|
#cflags_force=-W `pkg-config --cflags gtk+-3.0`
|
||||||
|
#ldflags_force=`pkg-config --libs gtk+-3.0`
|
||||||
dist=Makefile
|
dist=Makefile
|
||||||
|
|
||||||
[plug]
|
[plug]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user