diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-11-12 07:54:06 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-11-12 07:54:06 +0800 |
commit | 099f4463b98cf0c419884225f01163d13ba1de95 (patch) | |
tree | 20c52047cb1565cae324ba193aee376544012794 /sysutils | |
parent | a6d52b91b5d5ccbbd39860d3dd969426f56b7144 (diff) | |
download | freebsd-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 'sysutils')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index acab83da349b..c5997c479791 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-control-center PORTVERSION= 3.28.2 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -54,6 +55,7 @@ GLIB_SCHEMAS= org.gnome.ControlCenter.gschema.xml OPTIONS_SUB= yes OPTIONS_DEFINE= WAYLAND +OPTIONS_DEFAULT=WAYLAND OPTIONS_DEFINE_i386= CHEESE OPTIONS_DEFAULT_i386= CHEESE |