From b2ae5422d24e637a7c29b615efa4fd8cee697669 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:05:02 +0100 Subject: [PATCH] libvdpau: add autoreconf support Signed-off-by: Stephan Raue --- packages/multimedia/libvdpau/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/multimedia/libvdpau/meta b/packages/multimedia/libvdpau/meta index 16c37df127..3fdb44c405 100644 --- a/packages/multimedia/libvdpau/meta +++ b/packages/multimedia/libvdpau/meta @@ -13,6 +13,8 @@ PKG_SHORTDESC="libvdpau: a Video Decode and Presentation API for UNIX." PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs." PKG_IS_ADDON="no" +PKG_AUTORECONF="yes" + if [ "$DEVTOOLS" = "yes" ]; then PKG_DEPENDS="$PKG_DEPENDS vdpauinfo" fi