diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-20 21:36:15 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-20 22:18:39 +0000 |
commit | 1f69dde2dd19e83c636fe806fbf42fbc981f29ab (patch) | |
tree | df0edf2ec523bba27292a01e15dbf12e7418c005 /x11-wm | |
parent | 40b2aa6375bd738de3f1de912b8f6e0a173a162a (diff) | |
download | freebsd-ports-1f69dde2dd19e83c636fe806fbf42fbc981f29ab.zip |
x11-wm/phoc: unbreak with --auto-features=enabled
meson.build:59:8: ERROR: Problem encountered: Wlroots subproject not found but enabled
PR: 270361
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phoc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index 918bb51026eb..59748baaae5b 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -30,6 +30,7 @@ GL_ACCOUNT= World/Phosh GL_COMMIT= 3aee71bf5197694ee6125d6f4d06c2afc4c2a4e2 GL_TUPLE= https://gitlab.gnome.org:guidog:gmobile:ff854988bff80f2d4c1181ccf3c94b032603b6f9:gmobile/subprojects/gmobile SHEBANG_FILES= build-aux/post_install.py +MESON_ARGS= -Dembed-wlroots=disabled CFLAGS+= -Wno-error=format-nonliteral # clang PLIST_FILES= bin/${PORTNAME} GLIB_SCHEMAS= sm.puri.phoc.gschema.xml |