Back to subproject

This commit is contained in:
Gerben Jan Dijkman 2022-07-26 16:08:21 +02:00
parent 3b641de4e1
commit 6a4fdaab68

View File

@ -57,7 +57,7 @@ S="${WORKDIR}/${MY_P}"
src_prepare() { src_prepare() {
default default
rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots" 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" cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
} }
src_configure() { src_configure() {