Skip to content

Commit

Permalink
Merge pull request #37 from openlgtv/toolchain-improvements
Browse files Browse the repository at this point in the history
Toolchain improvements
  • Loading branch information
mariotaku authored Sep 9, 2023
2 parents 619db7c + bf68343 commit 3308ae6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/webos_tv_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions package/wayland/wayland.hash
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions package/wayland/wayland.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3308ae6

Please sign in to comment.