aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libva
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-11-11 23:54:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-11-11 23:54:06 +0000
commitf14586159db1bc192cf59edf3a21e3889a7cbb62 (patch)
tree20c52047cb1565cae324ba193aee376544012794 /multimedia/libva
parent83e3e6ed88330c2c644469c0f8a41092ad64ba06 (diff)
downloadports-f14586159db1bc192cf59edf3a21e3889a7cbb62.tar.gz
ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.zip
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=484788
Diffstat (limited to 'multimedia/libva')
-rw-r--r--multimedia/libva/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index 5e9d29b3607b..3d7783326c3b 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libva
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= madpilot@FreeBSD.org
@@ -30,6 +31,7 @@ LDFLAGS+= -lpthread
CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES
OPTIONS_DEFINE= DEBUG WAYLAND
+OPTIONS_DEFAULT=WAYLAND
WAYLAND_DESC= Support wayland protocol
OPTIONS_SUB= yes