summaryrefslogtreecommitdiff
path: root/x11/virglrenderer
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-02-04 17:13:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-02-04 17:13:24 +0000
commit4e25c0952aceafc6d92387bafb0f0727747c4bc1 (patch)
tree01610fa6ebe5e73bd73633463753bb6bb445cd2c /x11/virglrenderer
parentx11-wm/muffin: unbreak with libglvnd (diff)
x11/virglrenderer: unbreak with libglvnd
In file included from ../src/vrend_blitter.c:48: In file included from ../src/vrend_renderer.h:34: ../src/virgl_gbm.h:28:10: fatal error: 'gbm.h' file not found #include <gbm.h> ^~~~~~~ Reported by: antoine (via bug 246767 exp-run)
Notes
Notes: svn path=/head/; revision=564051
Diffstat (limited to 'x11/virglrenderer')
-rw-r--r--x11/virglrenderer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/virglrenderer/Makefile b/x11/virglrenderer/Makefile
index caff6da519f6..391a8e21393e 100644
--- a/x11/virglrenderer/Makefile
+++ b/x11/virglrenderer/Makefile
@@ -16,8 +16,9 @@ BUILD_DEPENDS= cmake:devel/cmake
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libepoxy.so:graphics/libepoxy
-USES= compiler:c++11-lang meson pkgconfig python:3.5+
+USES= compiler:c++11-lang gl meson pkgconfig python:3.5+
USE_GITLAB= yes
+USE_GL= gbm
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= virgl
GL_COMMIT= 7d204f3927be65fb3365dce01dbcd04d447a4985