kumquat-buildroot/package/midori/midori.mk
Fabrice Fontaine 8edd281c39 package/midori: use official tarball
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-12-12 13:21:41 +01:00

36 lines
845 B
Makefile

################################################################################
#
# midori
#
################################################################################
MIDORI_VERSION = 9.0
MIDORI_SOURCE = midori-v$(MIDORI_VERSION).tar.gz
MIDORI_SITE = https://github.com/midori-browser/core/releases/download/v$(MIDORI_VERSION)
MIDORI_LICENSE = LGPL-2.1+
MIDORI_LICENSE_FILES = COPYING
MIDORI_CPE_ID_VENDOR = midori-browser
MIDORI_DEPENDENCIES = \
host-intltool \
host-librsvg \
host-pkgconf \
host-vala \
host-python3 \
gcr \
gobject-introspection \
granite \
json-glib \
libarchive \
libgtk3 \
libpeas \
libsoup \
libxml2 \
sqlite \
webkitgtk \
$(TARGET_NLS_DEPENDENCIES) \
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
MIDORI_CONF_OPTS += -DGIR_COMPILER_PATH=$(STAGING_DIR)/usr/bin/g-ir-compiler
$(eval $(cmake-package))