summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-20 03:40:25 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-10-08 12:46:22 +1100
commit7cae6ea9aec1eafb76bcab915ea4a30a32d1bff6 (patch)
treec3785a24afd22c01df4a441439d355cc534b8252 /eclass
parentdev-perl/DBI-Shell: Fix '.' in @INC w/ rbump bug #615592 (diff)
downloadgentoo-7cae6ea9aec1eafb76bcab915ea4a30a32d1bff6.tar.gz
gentoo-7cae6ea9aec1eafb76bcab915ea4a30a32d1bff6.tar.bz2
gentoo-7cae6ea9aec1eafb76bcab915ea4a30a32d1bff6.zip
qt5-build.eclass: adjust to upstream multimedia build system changes in qtbase
Change-Id: I1a2ee8be3efb7c4ee9a29d2a8e3fc1f3eea704fc Gentoo-bug: 600226
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index f08a6560425e..fee5775d9084 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -568,8 +568,8 @@ qt5_base_configure() {
-glib
# disable everything to prevent automagic deps (part 2)
- -no-pulseaudio -no-alsa
$([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -no-gtk || echo -no-gtkstyle)
+ $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-pulseaudio -no-alsa)
# exclude examples and tests from default build
-nomake examples
@@ -630,7 +630,7 @@ qt5_base_configure() {
-no-libinput
# disable gstreamer by default, override in qtmultimedia
- -no-gstreamer
+ $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-gstreamer)
# respect system proxies by default: it's the most natural
# setting, and it'll become the new upstream default in 5.8