Rely on libDesktop for portability
This commit is contained in:
parent
cd52718534
commit
a4ce274690
|
@ -1,12 +1,8 @@
|
|||
targets=clock
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
#for Gtk+ 2
|
||||
#cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
#ldflags_force=`pkg-config --libs libSystem gtk+-2.0` -lintl
|
||||
#for Gtk+ 3
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-3.0`
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-3.0` -lintl
|
||||
cflags_force=-W `pkg-config --cflags libDesktop`
|
||||
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
||||
dist=Makefile,clock.h
|
||||
|
||||
#targets
|
||||
|
|
Loading…
Reference in New Issue
Block a user