This commit is contained in:
Gerben Jan Dijkman 2022-10-03 13:20:13 +02:00
parent 8386b8efb7
commit 6046ad2e38

View File

@ -48,7 +48,6 @@ RDEPEND="
sys-auth/seatd
x11-apps/xkbcomp
x11-libs/libdrm
=gui-libs/wlroots-0.15.1
"
BDEPEND="
@ -63,7 +62,6 @@ S="${WORKDIR}/${MY_P}"
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"
}
src_configure() {