From 58de40d3ca25f0e36ad7cfae08090cdcc670aa33 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Wed, 30 Apr 2025 23:51:40 +0100 Subject: [PATCH] games/solarus-quest-editor: Add tools:build to USE_QT QT6 tools is not a runtime dependency of devel/qlementine anymore so it must be added as a build dependency here. --- games/solarus-quest-editor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile index 51a7465df69d..5441600e6f4c 100644 --- a/games/solarus-quest-editor/Makefile +++ b/games/solarus-quest-editor/Makefile @@ -26,7 +26,7 @@ GL_PROJECT= solarus GL_TAGNAME= b5d6aefbda31e0f436d25606478c4129504f914f USE_GL= opengl -USE_QT= base svg +USE_QT= base svg tools:build USE_SDL= sdl2 ttf2 image2 CMAKE_ARGS+= -DSOLARUS_FETCHCONTENT=OFF