package/libvdpau: switch to xorgproto
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 21 Jul 2018 14:16:35 +0000 (16:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Jul 2018 20:30:09 +0000 (22:30 +0200)
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libvdpau/libvdpau.mk

index f29da1e406d2e168474f31fa90402948812dae76..93446dbf28231c43a8cabe1bd885f86d00098720 100644 (file)
@@ -18,8 +18,8 @@ LIBVDPAU_DEPENDENCIES = host-pkgconf xlib_libX11 xlib_libXext
 
 LIBVDPAU_CONF_OPTS = --with-module-dir=/usr/lib/vdpau
 
-ifeq ($(BR2_PACKAGE_XPROTO_DRI2PROTO),y)
-LIBVDPAU_DEPENDENCIES += xproto_dri2proto
+ifeq ($(BR2_PACKAGE_XORGPROTO),y)
+LIBVDPAU_DEPENDENCIES += xorgproto
 LIBVDPAU_CONF_OPTS += --enable-dri2
 else
 LIBVDPAU_CONF_OPTS += --disable-dri2