diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-09-13 12:27:42 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-09-13 12:27:42 +0000 |
commit | ad2ea7bcd66d52febb360f5949a026a78bdad1a0 (patch) | |
tree | 808d1c421e3dfccec4d79272d07310b98606f59b /pkgtools/x11-links | |
parent | fa904e06a136599adbebaedc909e9aec2bb77d0b (diff) | |
download | pkgsrc-ad2ea7bcd66d52febb360f5949a026a78bdad1a0.tar.gz |
Update to 0.98:
Add drm_fourcc.h and radeon_surface.h to libdrm's includes. Needed to
build MesaLib with the native Xorg.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.libdrm | 4 |
2 files changed, 5 insertions, 3 deletions
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 |