mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -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>
(cherry picked from commit 480d667a19)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
090890c5f7
commit
7e31c9deac
@@ -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