From: Michael Büsch Date: Thu, 28 Oct 2010 12:43:19 +0000 (+0000) Subject: xine-lib: We link to XShm and shape extensions. Add the dependency. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=7d36dae1ca10eeddee45fa3925f2a4a922eb3114 xine-lib: We link to XShm and shape extensions. Add the dependency. SVN-Revision: 23697 --- diff --git a/Xorg/lib/xine-lib/Makefile b/Xorg/lib/xine-lib/Makefile index f726500c0c..89e3714800 100644 --- a/Xorg/lib/xine-lib/Makefile +++ b/Xorg/lib/xine-lib/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xine-lib PKG_VERSION:=1.1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/xine @@ -43,7 +43,7 @@ define Package/xine-lib CATEGORY:=Xorg SUBMENU:=libraries TITLE:=xine libraries - DEPENDS:=+libX11 +alsa-lib +zlib +libfreetype + DEPENDS:=+libX11 +libXext +alsa-lib +zlib +libfreetype URL:=http://www.xine-project.org/ endef