From 7de5804b74eed114ad8c21798696a8e77a49cc28 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:22:40 +0200 Subject: [PATCH] vdpauinfo: disable autoreconf --- packages/debug/vdpauinfo/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/debug/vdpauinfo/package.mk b/packages/debug/vdpauinfo/package.mk index 7cfafbda65..9c2c597c75 100644 --- a/packages/debug/vdpauinfo/package.mk +++ b/packages/debug/vdpauinfo/package.mk @@ -29,4 +29,4 @@ PKG_SHORTDESC="vdpauinfo: a tool to show vdpau infos " 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" +PKG_AUTORECONF="no"