Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,7 +1,7 @@
config BR2_PACKAGE_XAPP_XSETPOINTER
bool "xsetpointer"
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XORGPROTO
help
set an X Input device as the main pointer

View File

@@ -9,6 +9,6 @@ XAPP_XSETPOINTER_SOURCE = xsetpointer-$(XAPP_XSETPOINTER_VERSION).tar.bz2
XAPP_XSETPOINTER_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSETPOINTER_LICENSE = MIT
XAPP_XSETPOINTER_LICENSE_FILES = COPYING
XAPP_XSETPOINTER_DEPENDENCIES = xproto_inputproto xlib_libX11 xlib_libXi
XAPP_XSETPOINTER_DEPENDENCIES = xlib_libX11 xlib_libXi xorgproto
$(eval $(autotools-package))