Browse Source

Dont ship suil qt5 libs on ardour gcc4 build

master
falkTX 5 years ago
parent
commit
67354c2951
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      source/ardour/debian/rules

+ 3
- 0
source/ardour/debian/rules View File

@@ -58,6 +58,9 @@ endif
endif
dpkg -x suil-libs_*.deb deb-libs
dpkg -x suil-static_*.deb deb-libs
ifneq ($(GCC5),true)
rm deb-libs/opt/kxstudio/lib/suil-0/libsuil_*qt5*
endif
install -m 644 \
deb-libs/opt/kxstudio/lib/suil-0/libsuil_* \
deb-libs/opt/kxstudio/lib/suil-shared/libsuil-0.so.0 \


Loading…
Cancel
Save