From: Peter Seiderer Date: Tue, 7 May 2019 21:30:30 +0000 (+0200) Subject: package/wireshark: replace utf-8 space by ascii character X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a271bbe003efdccbbb4da7c4de3ddfbcfb62c3c4;p=buildroot.git package/wireshark: replace utf-8 space by ascii character Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple ascii space character. Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in index 0a94a00c09..416b334df6 100644 --- a/package/wireshark/Config.in +++ b/package/wireshark/Config.in @@ -23,8 +23,8 @@ config BR2_PACKAGE_WIRESHARK_GUI depends on BR2_PACKAGE_HAS_UDEV # qt5 input select BR2_PACKAGE_QT5 select BR2_PACKAGE_QT5BASE - select BR2_PACKAGE_QT5BASE_FONTCONFIG # runtime - select BR2_PACKAGE_QT5BASE_PNG # runtime + select BR2_PACKAGE_QT5BASE_FONTCONFIG # runtime + select BR2_PACKAGE_QT5BASE_PNG # runtime select BR2_PACKAGE_QT5BASE_WIDGETS select BR2_PACKAGE_QT5MULTIMEDIA select BR2_PACKAGE_QT5SVG