mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 16:29:05 -07:00
media-video/mkvtoolnix: switch to qt_get_broot_binary
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -137,7 +137,7 @@ src_configure() {
|
||||
# Qt (of some version) is always needed, even for non-GUI builds,
|
||||
# to do e.g. MIME detection. See e.g. bug #844097.
|
||||
# But most of the Qt deps are conditional on a GUI build.
|
||||
--with-qmake6="$(qt6_get_bindir)"/qmake
|
||||
--with-qmake6="$(qt_get_broot_binary 6 qmake)"
|
||||
)
|
||||
|
||||
# Work around bug #904710.
|
||||
|
||||
@@ -137,7 +137,7 @@ src_configure() {
|
||||
# Qt (of some version) is always needed, even for non-GUI builds,
|
||||
# to do e.g. MIME detection. See e.g. bug #844097.
|
||||
# But most of the Qt deps are conditional on a GUI build.
|
||||
--with-qmake6="$(qt6_get_bindir)"/qmake
|
||||
--with-qmake6="$(qt_get_broot_binary 6 qmake)"
|
||||
)
|
||||
|
||||
# Work around bug #904710.
|
||||
|
||||
Reference in New Issue
Block a user