mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libvdpau: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b15f960a7a
commit
fd8d71b4dc
@ -23,8 +23,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://freedesktop.org/wiki/Software/VDPAU"
|
PKG_SITE="http://freedesktop.org/wiki/Software/VDPAU"
|
||||||
PKG_URL="http://people.freedesktop.org/~aplattner/vdpau/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://people.freedesktop.org/~aplattner/vdpau/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="libX11"
|
PKG_DEPENDS_TARGET="toolchain libX11 dri2proto libXext"
|
||||||
PKG_BUILD_DEPENDS_TARGET="toolchain libX11 dri2proto libXext"
|
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="multimedia"
|
PKG_SECTION="multimedia"
|
||||||
PKG_SHORTDESC="libvdpau: a Video Decode and Presentation API for UNIX."
|
PKG_SHORTDESC="libvdpau: a Video Decode and Presentation API for UNIX."
|
||||||
@ -33,10 +32,6 @@ PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX. It provid
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
if [ "$DEVTOOLS" = "yes" ]; then
|
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
|
|
||||||
fi
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-dri2 \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-dri2 \
|
||||||
--disable-documentation \
|
--disable-documentation \
|
||||||
--with-module-dir=/usr/lib/vdpau"
|
--with-module-dir=/usr/lib/vdpau"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user