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:
31f70ff
)
fixed wrong dependency of gtk1.2.10
author
John Crispin
<john@openwrt.org>
Wed, 26 Sep 2007 13:38:00 +0000
(13:38 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 26 Sep 2007 13:38:00 +0000
(13:38 +0000)
SVN-Revision: 9034
XOrg/lib/gtk-1.2.10/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/gtk-1.2.10/Makefile
b/XOrg/lib/gtk-1.2.10/Makefile
index 0e3c436b84094b14429a4ddcb897bd1407b61b6f..a1a1820a4271fc943828045394f930670fd7c5e4 100644
(file)
--- a/
XOrg/lib/gtk-1.2.10/Makefile
+++ b/
XOrg/lib/gtk-1.2.10/Makefile
@@
-33,7
+33,7
@@
define Package/gtk-1.2.10
CATEGORY:=Xorg
SUBMENU:=framework
TITLE:=GTK+ 1.2.10 package
- DEPENDS:=glib1
+ DEPENDS:=
+
glib1
endef
define Build/Configure