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:
bc18887
)
[packages] gtk-1.2.10: Add libX11 as dependency
author
Andy Boyett
<agb@openwrt.org>
Sun, 15 Jun 2008 18:20:27 +0000
(18:20 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Sun, 15 Jun 2008 18:20:27 +0000
(18:20 +0000)
SVN-Revision: 11488
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 4635accd5e6f69561eea2cacd8a7288501c7b810..5c39ef40e188be96c9f9813ba944f7290f75902f 100644
(file)
--- a/
XOrg/lib/gtk-1.2.10/Makefile
+++ b/
XOrg/lib/gtk-1.2.10/Makefile
@@
-1,5
+1,5
@@
-#
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-35,7
+35,7
@@
define Package/gtk-1.2.10
CATEGORY:=Xorg
SUBMENU:=framework
TITLE:=GTK+ 1.2.10 package
- DEPENDS:=+glib1 @DISPLAY_SUPPORT
+ DEPENDS:=+glib1
+libX11
@DISPLAY_SUPPORT
endef
define Build/Configure