Build progress(1) with the Gtk+ 3 flags required

This commit is contained in:
Pierre Pronchery 2019-12-18 05:47:35 +01:00
parent 9272b03f79
commit e0629917d4

View File

@ -29,8 +29,8 @@ depends=../config.h
type=binary
sources=progress.c
#for Gtk+ 3
#cflags=`pkg-config --cflags gtk+-x11-3.0`
#ldflags=`pkg-config --cflags gtk+-x11-3.0`
cflags=`pkg-config --cflags gtk+-x11-3.0`
ldflags=`pkg-config --cflags gtk+-x11-3.0`
install=$(BINDIR)
[progress.c]