summaryrefslogtreecommitdiff
path: root/x11-wm/wayfire
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-12-13 16:24:22 +0100
committerJan Beich <jbeich@FreeBSD.org>2023-12-13 16:40:03 +0100
commit680de7db8c94a49f40b6d4551a2e8c27c3f6dc95 (patch)
treee5a5a5ba0d5d54eed8dc420ee7c53839dbe9d8f9 /x11-wm/wayfire
parentmath/R-cran-sandwich: Update to 3.1-0 (diff)
x11-wm/wayfire: unbreak runtime after 6157d4430109
$ wayfire ld-elf.so.1: Shared object "libwf-utils.so.0" not found, required by "wayfire" ld-elf.so.1: Shared object "libwf-utils.so.0" not found, required by "libwindow-rules.so"
Diffstat (limited to 'x11-wm/wayfire')
-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