[vlc-commits] [Git][videolan/vlc][master] contrib: qtdeclarative: Add a dependency from qtdeclarative-tools to qtshadertools-tools

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Apr 6 12:24:30 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
91372935 by Martin Storsjö at 2024-04-06T11:40:38+00:00
contrib: qtdeclarative: Add a dependency from qtdeclarative-tools to qtshadertools-tools

When cross building, and building the native qtdeclarative-tools
(which can start before building the main qtdeclarative),
these depend on tools installed by qtshadertools-tools (the
native build host version of qtshadertools).

This was already a dependency for the main, cross compiled
qtdeclarative target, but also is required for the qtdeclarative
native tools.

- - - - -


1 changed file:

- contrib/src/qtdeclarative/rules.mak


Changes:

=====================================
contrib/src/qtdeclarative/rules.mak
=====================================
@@ -4,7 +4,7 @@ QTDECLARATIVE_VERSION_MAJOR := 6.6
 QTDECLARATIVE_VERSION := $(QTDECLARATIVE_VERSION_MAJOR).2
 QTDECLARATIVE_URL := $(QT)/$(QTDECLARATIVE_VERSION_MAJOR)/$(QTDECLARATIVE_VERSION)/submodules/qtdeclarative-everywhere-src-$(QTDECLARATIVE_VERSION).tar.xz
 
-DEPS_qtdeclarative-tools := qt-tools $(DEPS_qt-tools)
+DEPS_qtdeclarative-tools := qt-tools $(DEPS_qt-tools) qtshadertools-tools $(DEPS_qtshadertools-tools)
 
 DEPS_qtdeclarative = qt $(DEPS_qt) qtshadertools $(DEPS_qtshadertools)
 ifdef HAVE_CROSS_COMPILE



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/913729352f4dccd74af245bacdb35f3e48c493d7

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/913729352f4dccd74af245bacdb35f3e48c493d7
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list