Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
|
||||
bool "xf86-input-libinput"
|
||||
depends on BR2_ENABLE_LOCALE # libinput
|
||||
depends on BR2_PACKAGE_HAS_UDEV # libinput
|
||||
select BR2_PACKAGE_LIBINPUT
|
||||
select BR2_PACKAGE_XORGPROTO
|
||||
@@ -9,5 +8,5 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
|
||||
around libinput, so while it does provide all features that
|
||||
libinput supports it does little beyond.
|
||||
|
||||
comment "xf86-input-libinput needs udev /dev management and a toolchain w/ locale"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
|
||||
comment "xf86-input-libinput needs udev /dev management"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
||||
|
||||
Reference in New Issue
Block a user