[packages] gtk-1.2.10: Add libX11 as dependency
authorAndy Boyett <agb@openwrt.org>
Sun, 15 Jun 2008 18:20:27 +0000 (18:20 +0000)
committerAndy 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

index 4635accd5e6f69561eea2cacd8a7288501c7b810..5c39ef40e188be96c9f9813ba944f7290f75902f 100644 (file)
@@ -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.
 #
 # 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
   CATEGORY:=Xorg
   SUBMENU:=framework
   TITLE:=GTK+ 1.2.10 package
-  DEPENDS:=+glib1 @DISPLAY_SUPPORT
+  DEPENDS:=+glib1 +libX11 @DISPLAY_SUPPORT
 endef
 
 define Build/Configure
 endef
 
 define Build/Configure