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:
52bc009
)
add missing dependency libnotimpl to package gtk1
author
Mirko Vogt
<mirko@openwrt.org>
Thu, 12 Feb 2009 23:52:05 +0000
(23:52 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Thu, 12 Feb 2009 23:52:05 +0000
(23:52 +0000)
SVN-Revision: 14490
Xorg/lib/gtk1/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/gtk1/Makefile
b/Xorg/lib/gtk1/Makefile
index 3b91d524c6ef96216a55265dec1463edb92a44c7..3cce8a604c5f4d8a8a89a71e6cba803163b8d39e 100644
(file)
--- a/
Xorg/lib/gtk1/Makefile
+++ b/
Xorg/lib/gtk1/Makefile
@@
-38,7
+38,7
@@
define Package/gtk1
CATEGORY:=Xorg
SUBMENU:=framework
TITLE:=GTK+ 1.2.10 package
- DEPENDS:=+glib1 +libX11 +libXt
+ DEPENDS:=+glib1 +libX11 +libXt
+libnotimpl
endef
define Build/InstallDev