Updated qcma to build with newer ffmpeg.

Disabled appindicator support (too unstable).
This commit is contained in:
codestation
2016-03-18 20:00:16 -04:30
parent 7886238975
commit 65b04093eb
7 changed files with 40 additions and 39 deletions

2
debian/rules vendored
View File

@@ -11,6 +11,6 @@ export QT_SELECT=qt5
override_dh_auto_configure:
lrelease common/resources/translations/qcma_*.ts
dh_auto_configure -- qcma.pro CONFIG+="ENABLE_APPINDICATOR"
dh_auto_configure -- qcma.pro
.PHONY: override_dh_auto_configure