Document how to build with Gtk+ 3

This commit is contained in:
Pierre Pronchery 2015-07-12 21:38:02 +02:00
parent 331b65dd2a
commit 2dbc150425

View File

@ -2,6 +2,9 @@ targets=plug,snooper,xkey
cflags_force=-W `pkg-config --cflags gtk+-2.0`
cflags=-Wall -g -O2
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
[plug]