mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
As we're about to remove the rpi-userland package, drop the special tweak for it from package/libwpe. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
20 lines
597 B
Makefile
20 lines
597 B
Makefile
################################################################################
|
|
#
|
|
# libwpe
|
|
#
|
|
################################################################################
|
|
|
|
# The middle number is even for stable releases, odd for development ones.
|
|
LIBWPE_VERSION = 1.16.3
|
|
LIBWPE_SITE = https://wpewebkit.org/releases
|
|
LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz
|
|
LIBWPE_INSTALL_STAGING = YES
|
|
LIBWPE_LICENSE = BSD-2-Clause
|
|
LIBWPE_LICENSE_FILES = COPYING
|
|
LIBWPE_DEPENDENCIES = libegl libxkbcommon
|
|
|
|
LIBWPE_CFLAGS = $(TARGET_CFLAGS)
|
|
LIBWPE_CXXFLAGS = $(TARGET_CXXFLAGS)
|
|
|
|
$(eval $(meson-package))
|