From: jow 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://207.154.207.93/?a=commitdiff_plain;h=811305a921459cc7e4388e198f92b881d6c5743c;p=packages.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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@24829 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 5eccb24d5..c92b44c65 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -67,6 +67,9 @@ define Build/InstallDev $(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/