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,6 +1,6 @@
config BR2_PACKAGE_XLIB_LIBICE
bool "libICE"
select BR2_PACKAGE_XLIB_XTRANS
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XORGPROTO
help
X.Org ICE library

View File

@@ -10,6 +10,6 @@ XLIB_LIBICE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBICE_LICENSE = MIT
XLIB_LIBICE_LICENSE_FILES = COPYING
XLIB_LIBICE_INSTALL_STAGING = YES
XLIB_LIBICE_DEPENDENCIES = xlib_xtrans xproto_xproto host-pkgconf
XLIB_LIBICE_DEPENDENCIES = xlib_xtrans xorgproto host-pkgconf
$(eval $(autotools-package))