1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

- app-misc/qlcplus: Use correct path for plugin

This commit is contained in:
2015-10-24 17:56:11 +02:00
parent a82e661728
commit 70e82ab6dd
3 changed files with 12 additions and 2 deletions

View File

@@ -57,6 +57,9 @@ src_prepare() {
plugins/udmx/src/src.pro || die "Change udev rules path failed"
sed -i -e '/^unix:!macx:LIBSDIR =/s#lib#'$(get_libdir)'#1' variables.pri || die
if use qt5 ; then
sed -i -e '/^unix:!macx:PLUGINDIR =/s#qt4#qt5#1' variables.pri || die
fi
if ! use fixtures-editor ; then
sed -i -e '/SUBDIRS += fixtureeditor/d' qlc.pro || die