aboutsummaryrefslogtreecommitdiff
path: root/deskutils/cairo-dock
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 /deskutils/cairo-dock
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 'deskutils/cairo-dock')
-rw-r--r--deskutils/cairo-dock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/cairo-dock/Makefile b/deskutils/cairo-dock/Makefile
index 186510f2d7e4..ea93940c1023 100644
--- a/deskutils/cairo-dock/Makefile
+++ b/deskutils/cairo-dock/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cairo-dock
PORTVERSION= 3.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MAINTAINER= ports@FreeBSD.org
@@ -34,7 +34,7 @@ CMAKE_ARGS= -Dinstall-pc-path:STRING="${LOCALBASE}/libdata/pkgconfig" \
-DCMAKE_INSTALL_MANDIR:PATH=man \
OPTIONS_DEFINE= X11 WAYLAND
-OPTIONS_DEFAULT=GLX X11
+OPTIONS_DEFAULT=EGL WAYLAND X11
OPTIONS_RADIO= GL
OPTIONS_RADIO_GL= GLX EGL