From 98441d39ab25a2597da8fba0a19c60e780e8ee40 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 26 Dec 2010 01:44:48 +0000 Subject: [PATCH] [packages] glib2: install glibconfig.h into /usr/include/glib-2.0 as well, its needed by gtypes.h which is included by glib.h, spotted in GTK+ build SVN-Revision: 24829 --- libs/glib2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 5eccb24d5b..c92b44c658 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -66,6 +66,9 @@ define Build/InstallDev $(CP) \ $(PKG_INSTALL_DIR)/usr/include/glib-2.0 \ $(1)/usr/include/ + $(CP) \ + $(PKG_INSTALL_DIR)/usr/lib/glib-2.0/include/*.h \ + $(1)/usr/include/glib-2.0/ $(CP) \ $(PKG_INSTALL_DIR)/usr/include/gio-unix-2.0 \ $(1)/usr/include/ -- 2.30.2