distrho-ports: do not install broken Dexed LV2 - VST works fine

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-02-11 16:30:31 +01:00
parent 1df3e2b310
commit af2afd045a

View File

@@ -84,6 +84,9 @@ do_install() {
for file in `find ${WORKDIR}/linuxsynths-vex-patches -maxdepth 1` ; do
cp -rf $file ${D}${libdir}/lv2/
done
# remove broken (during qemu build) LV2 (use VST for those)
rm -rf ${D}${libdir}/lv2/Dexed.lv2
}
FILES_${PN} += " \