projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016c037
)
[packages] glib2: install glibconfig.h into /usr/include/glib-2.0 as well, its needed...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Dec 2010 01:44:48 +0000
(
01:44
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Dec 2010 01:44:48 +0000
(
01:44
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24829
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index
5eccb24
..
c92b44c
100644
(file)
--- 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/