From d5853b1fb5d63b1be38327267fd18c2999ed0a8d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 21 Feb 2018 18:10:08 -0300 Subject: [PATCH] libdri2-git: use xorgproto. --- srcpkgs/libdri2-git/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libdri2-git/template b/srcpkgs/libdri2-git/template index 4456cc7f200..ed45146e341 100644 --- a/srcpkgs/libdri2-git/template +++ b/srcpkgs/libdri2-git/template @@ -1,11 +1,11 @@ # Template file for 'libdri2-git' pkgname=libdri2-git version=20140317 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-malloc0returnsnull" hostmakedepends="automake libtool pkg-config xorg-util-macros git" -makedepends="dri2proto libXfixes-devel libXext-devel libdrm-devel" +makedepends="xorgproto libXfixes-devel libXext-devel libdrm-devel" short_desc="Library for the DRI2 extension to the X Window System" maintainer="Juan RP " license="MIT"