[packages] libXxf86misc: add libXt and libXext as deps

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11480 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2008-06-15 18:18:56 +00:00
parent c41be845a6
commit ebcb915be8

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -21,7 +21,7 @@ define Package/libXxf86misc
SECTION:=xorg-libraries
CATEGORY:=Xorg
SUBMENU:=libraries
DEPENDS:=+xorg-headers-native +util-macros @DISPLAY_SUPPORT
DEPENDS:=+xorg-headers-native +util-macros +libXt +libXext @DISPLAY_SUPPORT
TITLE:=libXxf86misc
URL:=http://xorg.freedesktop.org/
endef