[packages] gtk-1.2.10: Add libX11 as dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2008-06-15 18:20:27 +00:00
parent f3bcdc48f1
commit f6dcf39c61

View 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.
@ -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