MesaLib: disable vdpau on SunOS for now
This commit is contained in:
parent
e87e1e7c81
commit
4cc26529b3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.71 2019/08/30 13:00:56 nia Exp $
|
||||
# $NetBSD: options.mk,v 1.72 2019/08/31 10:09:15 nia Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
|
||||
|
||||
|
@ -69,7 +69,7 @@ PLIST.glx= yes
|
|||
. if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
|
||||
MESON_ARGS+= -Dglx=dri
|
||||
. include "../../multimedia/libvdpau/available.mk"
|
||||
. if ${VDPAU_AVAILABLE} == "yes"
|
||||
. if ${OPSYS} != "SunOS" && ${VDPAU_AVAILABLE} == "yes"
|
||||
MESON_ARGS+= -Dgallium-vdpau=true
|
||||
PLIST.vdpau= yes
|
||||
. include "../../multimedia/libvdpau/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue