package/wireshark: replace utf-8 space by ascii character
authorPeter Seiderer <ps.report@gmx.net>
Tue, 7 May 2019 21:30:30 +0000 (23:30 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 8 May 2019 07:16:30 +0000 (09:16 +0200)
Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple
ascii space character.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wireshark/Config.in

index 0a94a00c0993557c91d04143426e4d88ed535e18..416b334df61c09cfd585c414b11097630ecddc16 100644 (file)
@@ -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