mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/qt6/qt6svg: host variant depends on host-qt6base
Without this, building just host-qt6svg fails. Signed-off-by: Christian Hitz <christian.hitz@bbv.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4a81496168
commit
480d667a19
@@ -36,5 +36,8 @@ QT6SVG_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
qt6base
|
||||
|
||||
HOST_QT6SVG_DEPENDENCIES = \
|
||||
host-qt6base
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user