diff mbox series

[v3,05/22] package/libvdpau: switch to xorgproto

Message ID 20180630110853.29339-6-bernd.kuhls@t-online.de
State Changes Requested
Headers show
Series package/x11r7/xserver_xorg-server: bump version to 1.20.0 | expand

Commit Message

Bernd Kuhls June 30, 2018, 11:08 a.m. UTC
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

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libvdpau/libvdpau.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN July 2, 2018, 9:31 p.m. UTC | #1
Bernd, All,

On 2018-06-30 13:08 +0200, Bernd Kuhls spake thusly:
> 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
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>o

Regards,
Yann E. MORIN.

> ---
>  package/libvdpau/libvdpau.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libvdpau/libvdpau.mk b/package/libvdpau/libvdpau.mk
> index f29da1e406..93446dbf28 100644
> --- a/package/libvdpau/libvdpau.mk
> +++ b/package/libvdpau/libvdpau.mk
> @@ -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
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/libvdpau/libvdpau.mk b/package/libvdpau/libvdpau.mk
index f29da1e406..93446dbf28 100644
--- a/package/libvdpau/libvdpau.mk
+++ b/package/libvdpau/libvdpau.mk
@@ -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