From ad2ea7bcd66d52febb360f5949a026a78bdad1a0 Mon Sep 17 00:00:00 2001 From: bouyer Date: Sun, 13 Sep 2015 12:27:42 +0000 Subject: Update to 0.98: Add drm_fourcc.h and radeon_surface.h to libdrm's includes. Needed to build MesaLib with the native Xorg. --- pkgtools/x11-links/Makefile | 4 ++-- pkgtools/x11-links/files/xorg.libdrm | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 2fb5b68bcc1..9897d5aaf2b 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.166 2015/07/31 08:51:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.167 2015/09/13 12:27:42 bouyer Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -PKGNAME= x11-links-0.97 +PKGNAME= x11-links-0.98 CATEGORIES= pkgtools x11 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/pkgtools/x11-links/files/xorg.libdrm b/pkgtools/x11-links/files/xorg.libdrm index 646dc0d0376..fc69ac9b39c 100644 --- a/pkgtools/x11-links/files/xorg.libdrm +++ b/pkgtools/x11-links/files/xorg.libdrm @@ -1,6 +1,7 @@ -# $NetBSD: xorg.libdrm,v 1.9 2015/07/21 12:51:42 ryoon Exp $ +# $NetBSD: xorg.libdrm,v 1.10 2015/09/13 12:27:42 bouyer Exp $ # include/libdrm/drm.h +include/libdrm/drm_fourcc.h include/libdrm/drm_mode.h include/libdrm/drm_sarea.h include/libdrm/i915_drm.h @@ -16,6 +17,7 @@ include/libdrm/radeon_cs.h include/libdrm/radeon_cs_gem.h include/libdrm/radeon_cs_int.h include/libdrm/radeon_drm.h +include/libdrm/radeon_surface.h include/libdrm/savage_drm.h include/libdrm/sis_drm.h include/libdrm/via_drm.h -- cgit v1.2.3