From dc5db198cc3f2b5cb867f1be06726a477b13b341 Mon Sep 17 00:00:00 2001 From: Wouter Van Rooy Date: Mon, 2 Sep 2013 22:07:35 +0200 Subject: Fix error Only can be included directly. New version of Glib no longer allows to include headers from its subdirectories. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index e6b173a..29d7470 100644 --- a/config.mk +++ b/config.mk @@ -27,7 +27,7 @@ MANPREFIX = ${PREFIX}/share/man # includes and libs -GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte ) +GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte glib-2.0) GTKLIB=-lvte INCS = -I. -I/usr/include ${GTKINC} -- cgit v1.2.3