1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

graphics/mesa-gallium-{va,vdpau}: Fix when X11 option is off

PR:	260703
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2023-11-22 11:44:05 +01:00
parent 818c20c1aa
commit 6a1b0c432c
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= mesa-gallium-va
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics
COMMENT= Mesa Gallium VAAPI drivers
@ -54,7 +55,9 @@ MESON_ARGS+= -Dplatforms="x11"
MESON_ARGS+= -Dglx=disabled \
-Degl=disabled \
-Dopengl=false \
-Dshared-glapi=disabled
-Dshared-glapi=disabled \
-Dxlib-lease=disabled \
-Dplatforms=""
.endif
.include "${MASTERDIR}/Makefile.targets"

View File

@ -1,5 +1,6 @@
PORTNAME= mesa-gallium-vdpau
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics
COMMENT= Mesa Gallium VDPAU drivers
@ -53,7 +54,8 @@ MESON_ARGS+= -Dplatforms="x11"
MESON_ARGS+= -Dglx=disabled \
-Degl=disabled \
-Dopengl=false \
-Dshared-glapi=disabled
-Dshared-glapi=disabled \
-Dplatforms=""
.endif
.include "${MASTERDIR}/Makefile.targets"