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