projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035443d
)
glib2: install glibconfig.h into /usr/include/glib-2.0 as well, its needed by gtypes...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 26 Dec 2010 01:44:48 +0000
(
01:44
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 26 Dec 2010 01:44:48 +0000
(
01:44
+0000)
SVN-Revision: 24829
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 5eccb24d5b627df2193dcd3e9ac40781fe889e7c..c92b44c658c30db1198aa0ce451506bf322183bc 100644
(file)
--- 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/