From e0629917d4d668501c9bc7865040d5b28edcaf4d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 18 Dec 2019 05:47:35 +0100 Subject: [PATCH] Build progress(1) with the Gtk+ 3 flags required --- src/project.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project.conf b/src/project.conf index 4077e11..c4a9bb6 100644 --- a/src/project.conf +++ b/src/project.conf @@ -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]