From: Jo-Philipp Wich Date: Sun, 26 Dec 2010 01:44:48 +0000 (+0000) Subject: [packages] glib2: install glibconfig.h into /usr/include/glib-2.0 as well, its needed... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=98441d39ab25a2597da8fba0a19c60e780e8ee40;p=openwrt%2Fsvn-archive%2Farchive.git [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 --- 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/