mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
wireshark: avoid host qtchooser
Some distros provide a 'qtchooser' utility to select Qt library version. Make sure not to use that host provided utility. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
32e25af8c1
commit
d06e17cd0f
@@ -41,6 +41,7 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_WIDGETS),y)
|
||||
WIRESHARK_CONF_OPTS += --with-qt=5
|
||||
WIRESHARK_DEPENDENCIES += qt5base
|
||||
WIRESHARK_CONF_ENV += ac_cv_path_QTCHOOSER=""
|
||||
# Seems it expects wrappers and passes a -qt=X parameter for version
|
||||
WIRESHARK_MAKE_OPTS += \
|
||||
MOC="$(HOST_DIR)/usr/bin/moc" \
|
||||
|
||||
Reference in New Issue
Block a user