diff --git a/configs/webos_tv_defconfig b/configs/webos_tv_defconfig index 5958254e81..2222c25e32 100644 --- a/configs/webos_tv_defconfig +++ b/configs/webos_tv_defconfig @@ -2356,7 +2356,7 @@ BR2_PACKAGE_LIBUSB=y # BR2_PACKAGE_LIBUSB_COMPAT is not set # BR2_PACKAGE_LIBUSBGX is not set # BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set +BR2_PACKAGE_LIBXKBCOMMON=y BR2_PACKAGE_MRAA_ARCH_SUPPORTS=y # BR2_PACKAGE_MRAA is not set # BR2_PACKAGE_MTDEV is not set diff --git a/package/wayland/wayland.hash b/package/wayland/wayland.hash index be1b6b5f4c..f64735ff1c 100644 --- a/package/wayland/wayland.hash +++ b/package/wayland/wayland.hash @@ -1,2 +1,4 @@ # From https://lists.freedesktop.org/archives/wayland-devel/2016-June/029163.html sha256 9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0 wayland-1.11.0.tar.xz +# From https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html +sha256 eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0 wayland-1.15.0.tar.xz diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk index d4b4664ff8..d7b99378f5 100644 --- a/package/wayland/wayland.mk +++ b/package/wayland/wayland.mk @@ -11,6 +11,10 @@ WAYLAND_LICENSE = MIT WAYLAND_LICENSE_FILES = COPYING WAYLAND_INSTALL_STAGING = YES WAYLAND_DEPENDENCIES = host-pkgconf host-wayland expat libffi libxml2 + +HOST_WAYLAND_VERSION = 1.15.0 +HOST_WAYLAND_SITE = http://wayland.freedesktop.org/releases +HOST_WAYLAND_SOURCE = wayland-$(HOST_WAYLAND_VERSION).tar.xz HOST_WAYLAND_DEPENDENCIES = host-pkgconf host-expat host-libffi host-libxml2 # wayland-scanner is only needed for building, not on the target