aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libva
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-11-12 07:54:06 +0800
committerjbeich <jbeich@FreeBSD.org>2018-11-12 07:54:06 +0800
commit099f4463b98cf0c419884225f01163d13ba1de95 (patch)
tree20c52047cb1565cae324ba193aee376544012794 /multimedia/libva
parenta6d52b91b5d5ccbbd39860d3dd969426f56b7144 (diff)
downloadfreebsd-ports-gnome-099f4463b98cf0c419884225f01163d13ba1de95.tar.gz
freebsd-ports-gnome-099f4463b98cf0c419884225f01163d13ba1de95.tar.zst
freebsd-ports-gnome-099f4463b98cf0c419884225f01163d13ba1de95.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
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