[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
This commit is contained in:
jow 2010-12-26 01:44:48 +00:00
parent 016c0374b9
commit 811305a921

View File

@ -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/