aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gbm
diff options
context:
space:
mode:
authorrezny <rezny@FreeBSD.org>2017-02-11 21:31:59 +0800
committerrezny <rezny@FreeBSD.org>2017-02-11 21:31:59 +0800
commitc2a7c09121f564be99490587def8740af67dc2ef (patch)
treef68fa213d00698cd3e63b60ba1ee17a346843a56 /graphics/gbm
parent873a3c5d3c962ffc1c0eca6d1ed8c1f60af860de (diff)
downloadfreebsd-ports-gnome-c2a7c09121f564be99490587def8740af67dc2ef.tar.gz
freebsd-ports-gnome-c2a7c09121f564be99490587def8740af67dc2ef.tar.zst
freebsd-ports-gnome-c2a7c09121f564be99490587def8740af67dc2ef.zip
Update Mesa to 13.0.4
* Use LLVM 3.9 * OpenGL 4.4 support for recent Intel and ReadeonSI PR: 214581 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9438
Diffstat (limited to 'graphics/gbm')
-rw-r--r--graphics/gbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gbm/Makefile b/graphics/gbm/Makefile
index fbfb16a0a8e0..cd8bf5826219 100644
--- a/graphics/gbm/Makefile
+++ b/graphics/gbm/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS+= libpthread-stubs.so:devel/libpthread-stubs \
USE_XORG= x11 xau xcb xdmcp
# stuff not needed by gbm but configure wants it
-USE_XORG+= glproto dri2proto xext xdamage xfixes presentproto \
+USE_XORG+= dri2proto dri3proto glproto presentproto xdamage xext xfixes \
xshmfence
.include <bsd.port.options.mk>