From 36a858da3fa43b43febf99880dba514e5402dd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 9 Jul 2014 17:09:52 +0200 Subject: [PATCH] Set dependency to '>=glib-2.36' as needed by the glib signal handler --- config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 566739e..5171442 100644 --- a/config.mk +++ b/config.mk @@ -25,7 +25,9 @@ endif CPPFLAGS += -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${INIFLAGS} CFLAGS += -g --std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os ${STATIC} ${CPPFLAGS} ${EXTRACFLAGS} -pkg_config_packs:="dbus-1 x11 freetype2 xext xft xscrnsaver glib-2.0 gio-2.0 pango cairo pangocairo" +pkg_config_packs := dbus-1 x11 freetype2 xext xft xscrnsaver \ + "glib-2.0 >= 2.36" gio-2.0 \ + pango cairo pangocairo # check if we need libxdg-basedir ifeq (,$(findstring STATIC_CONFIG,$(CFLAGS)))