This commit is contained in:
Gerben Jan Dijkman
2021-08-22 01:57:12 +02:00
parent f8176f2e67
commit 1f0f6c8d44
3 changed files with 68 additions and 1 deletions

View File

@@ -64,13 +64,17 @@ src_prepare() {
default
rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
cd "${S}"/subprojects/wlroots
eapply ${FILESDIR}/xcursor-fix-false-positive-stringop-truncation.diff
eapply ${FILESDIR}/Revert-layer-shell-error-on-0-dimension-without-anchors.diff
}
src_configure() {
local emesonargs=(
-Ddefault_library=shared
-Dtests=false
-Dwlroots:logind-provider=systemd
)
meson_src_configure
}