summaryrefslogtreecommitdiff
path: root/x11-wm/wayfire/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wayfire/Makefile')
-rw-r--r--x11-wm/wayfire/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 34993c4b05e6..187dc2614d3e 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -40,7 +40,7 @@ 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
+MESON_ARGS= -Dtests=disabled -Dwf-touch:tests=disabled
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
@@ -54,6 +54,12 @@ post-patch:
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
${WRKSRC}/meson.build
+.ifdef GH_TUPLE
+post-configure:
+ @${REINPLACE_CMD} 's/meson install/& \
+ --skip-subprojects/' ${BUILD_WRKSRC}/build.ninja
+.endif
+
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${EXAMPLESDIR}