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:
parent
818c20c1aa
commit
6a1b0c432c
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user