xine-lib: We link to XShm and shape extensions. Add the dependency.
authorMichael Büsch <mb@bu3sch.de>
Thu, 28 Oct 2010 12:43:19 +0000 (12:43 +0000)
committerMichael Büsch <mb@bu3sch.de>
Thu, 28 Oct 2010 12:43:19 +0000 (12:43 +0000)
SVN-Revision: 23697

Xorg/lib/xine-lib/Makefile

index f726500c0cc3d5d1ebbffaac7501873f422ff5f8..89e371480029361454365ffa01deaa24da17b9d2 100644 (file)
@@ -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