mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
qt5base: build widgets and examples only when activated
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -298,10 +298,10 @@ define Build/Configure
|
||||
-no-alsa \
|
||||
-no-gtkstyle \
|
||||
-nomake tools \
|
||||
-make examples \
|
||||
$(if $(CONFIG_PACKAGE_qt5base-examples),-make examples,-nomake examples) \
|
||||
$(if $(CONFIG_PACKAGE_qt5base-gui),-gui,-no-gui) \
|
||||
$(if $(CONFIG_PACKAGE_qt5base-plugin-imageformats-gif),,-no-gif) \
|
||||
-widgets \
|
||||
$(if $(CONFIG_PACKAGE_qt5base-widgets),-widgets,-no-widgets) \
|
||||
-no-optimized-qmake \
|
||||
-no-cups \
|
||||
$(if $(CONFIG_BUILD_NLS),-iconv,-no-iconv) \
|
||||
|
||||
Reference in New Issue
Block a user