Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,28 +4,17 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WAYLAND_VERSION = 1.8.1
|
||||
WAYLAND_VERSION = 1.11.0
|
||||
WAYLAND_SITE = http://wayland.freedesktop.org/releases
|
||||
WAYLAND_SOURCE = wayland-$(WAYLAND_VERSION).tar.xz
|
||||
WAYLAND_LICENSE = MIT
|
||||
WAYLAND_LICENSE_FILES = COPYING
|
||||
|
||||
WAYLAND_INSTALL_STAGING = YES
|
||||
WAYLAND_DEPENDENCIES = libffi host-pkgconf host-wayland expat
|
||||
WAYLAND_DEPENDENCIES = host-pkgconf host-wayland expat libffi libxml2
|
||||
HOST_WAYLAND_DEPENDENCIES = host-pkgconf host-expat host-libffi host-libxml2
|
||||
|
||||
# wayland-scanner is only needed for building, not on the target
|
||||
WAYLAND_CONF_OPTS = --disable-scanner
|
||||
|
||||
# We must provide a specialy-crafted wayland-scanner .pc file
|
||||
# which we vampirise and adapt from the host-wayland copy
|
||||
define WAYLAND_SCANNER_PC
|
||||
$(INSTALL) -m 0644 -D $(HOST_DIR)/usr/lib/pkgconfig/wayland-scanner.pc \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/wayland-scanner.pc
|
||||
$(SED) 's:^prefix=.*:prefix=/usr:' \
|
||||
-e 's:^wayland_scanner=.*:wayland_scanner=$(HOST_DIR)/usr/bin/wayland-scanner:' \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/wayland-scanner.pc
|
||||
endef
|
||||
WAYLAND_POST_INSTALL_STAGING_HOOKS += WAYLAND_SCANNER_PC
|
||||
WAYLAND_CONF_OPTS = --disable-scanner --with-host-scanner
|
||||
|
||||
# Remove the DTD from the target, it's not needed at runtime
|
||||
define WAYLAND_TARGET_CLEANUP
|
||||
|
||||
Reference in New Issue
Block a user