projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc3fc3
)
[packages/gtk2] do not try to copy over static libs, since they're not going to be...
author
Mirko Vogt
<
[email protected]
>
Sat, 4 Dec 2010 22:04:15 +0000
(22:04 +0000)
committer
Mirko Vogt
<
[email protected]
>
Sat, 4 Dec 2010 22:04:15 +0000
(22:04 +0000)
SVN-Revision: 24252
Xorg/lib/gtk2/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/gtk2/Makefile
b/Xorg/lib/gtk2/Makefile
index d994be7659f40ff60d5b5775dd39e0ba56ebbb46..504fa1c40d1d8b8f98518073dc1fb97f1af02c3e 100644
(file)
--- a/
Xorg/lib/gtk2/Makefile
+++ b/
Xorg/lib/gtk2/Makefile
@@
-83,7
+83,7
@@
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/lib/gtk-2.0/include/* $(1)/usr/include/
$(CP) \
- $(PKG_INSTALL_DIR)/usr/lib/*.{so*,
a,
la} \
+ $(PKG_INSTALL_DIR)/usr/lib/*.{so*,la} \
$(1)/usr/lib/
$(INSTALL_DATA) \