svn commit: r564051 - head/x11/virglrenderer
Jan Beich
jbeich at FreeBSD.org
Thu Feb 4 17:13:28 UTC 2021
Author: jbeich
Date: Thu Feb 4 17:13:24 2021
New Revision: 564051
URL: https://svnweb.freebsd.org/changeset/ports/564051
Log:
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)
Modified:
head/x11/virglrenderer/Makefile (contents, props changed)
Modified: head/x11/virglrenderer/Makefile
==============================================================================
--- head/x11/virglrenderer/Makefile Thu Feb 4 17:13:18 2021 (r564050)
+++ head/x11/virglrenderer/Makefile Thu Feb 4 17:13:24 2021 (r564051)
@@ -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
More information about the svn-ports-all
mailing list