package/wlroots: package does not require locale support
authorPaul Cercueil <paul@crapouillou.net>
Sun, 22 Nov 2020 16:00:07 +0000 (16:00 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 23 Nov 2020 21:41:57 +0000 (22:41 +0100)
Drop dependency on BR2_ENABLE_LOCALE, which was marked as a dependency of
libinput which is selected by wlroots.  However, libinput does not depend on
BR2_ENABLE_LOCALE since commit bef6b92b67e (package/libinput: remove
dependency on BR2_ENABLE_LOCALE).

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wlroots/Config.in

index eb4c4725ac357564e50c862516f14714366c9a5c..2f72fd49452228a5ea550add9bbc6789391fdbfb 100644 (file)
@@ -3,16 +3,14 @@ comment "wlroots needs udev, mesa3d w/ EGL and GLES support"
                !BR2_PACKAGE_MESA3D_OPENGL_ES || \
                !BR2_PACKAGE_HAS_UDEV
 
-comment "wlroots needs a toolchain w/ threads, locale, dynamic library"
+comment "wlroots needs a toolchain w/ threads, dynamic library"
        depends on !BR2_TOOLCHAIN_HAS_THREADS || \
-               !BR2_ENABLE_LOCALE || \
                BR2_STATIC_LIBS
 
 config BR2_PACKAGE_WLROOTS
        bool "wlroots"
        depends on !BR2_STATIC_LIBS # wayland
        depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm, wayland
-       depends on BR2_ENABLE_LOCALE # libinput
        depends on BR2_PACKAGE_HAS_UDEV # libinput
        # Technically wlroots should work with any OpenGL implementation
        # which provides EGL, GLES2, and libgbm; but in practice only