summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/wayfire/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 187dc2614d3e..117c48bcccac 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -1,7 +1,7 @@
PORTNAME= wayfire
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm wayland
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -40,7 +40,10 @@ USE_XORG= pixman
GH_ACCOUNT= WayfireWM
GH_TUPLE= WayfireWM:wf-touch:8974eb0:wftouch/subprojects/wf-touch \
WayfireWM:wf-utils:15f8e16:wfutils/subprojects/wf-utils
-MESON_ARGS= -Dtests=disabled -Dwf-touch:tests=disabled
+MESON_ARGS= -Dtests=disabled \
+ -Dwf-touch:tests=disabled \
+ -Dwf-utils:default_library=static \
+ ${NULL}
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11