Browse Source

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>
Christian Hitz 10 months ago
parent
commit
480d667a19
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/qt6/qt6svg/qt6svg.mk

+ 3 - 0
package/qt6/qt6svg/qt6svg.mk

@@ -36,5 +36,8 @@ QT6SVG_DEPENDENCIES = \
 	host-pkgconf \
 	qt6base
 
+HOST_QT6SVG_DEPENDENCIES = \
+	host-qt6base
+
 $(eval $(cmake-package))
 $(eval $(host-cmake-package))