From: Peter Korsgaard Date: Mon, 20 Dec 2010 10:17:05 +0000 (+0100) Subject: qt: svg and multimedia modules depends on gui module as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11ab05f53a16f635a27139b33170a9dadba9f3c5;p=buildroot.git qt: svg and multimedia modules depends on gui module as well Signed-off-by: Peter Korsgaard --- diff --git a/package/qt/Config.in b/package/qt/Config.in index ddee2cc29f..faebfa0548 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -310,6 +310,7 @@ config BR2_PACKAGE_QT_XMLPATTERNS config BR2_PACKAGE_QT_MULTIMEDIA bool "Multimedia Module" + depends on BR2_PACKAGE_QT_GUI_MODULE help Build QtMultimedia module. @@ -322,6 +323,7 @@ config BR2_PACKAGE_QT_AUDIO_BACKEND config BR2_PACKAGE_QT_SVG bool "SVG Module" + depends on BR2_PACKAGE_QT_GUI_MODULE help Build the SVG module. If unsure, say n