2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2008-03-06 19:18:35 +01:00
|
|
|
#
|
|
|
|
# midori
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2008-03-06 19:18:35 +01:00
|
|
|
|
2016-04-29 15:46:09 +02:00
|
|
|
MIDORI_VERSION = 0.5.11
|
2015-07-29 14:40:25 +02:00
|
|
|
MIDORI_SOURCE = midori_$(MIDORI_VERSION)_all_.tar.bz2
|
2016-04-29 15:46:09 +02:00
|
|
|
MIDORI_SITE = http://midori-browser.org/downloads
|
2017-03-30 15:43:34 +02:00
|
|
|
MIDORI_LICENSE = LGPL-2.1+
|
2012-11-30 01:14:40 +01:00
|
|
|
MIDORI_LICENSE_FILES = COPYING
|
2021-01-17 12:24:28 +01:00
|
|
|
MIDORI_CPE_ID_VENDOR = midori-browser
|
2012-05-25 04:47:31 +02:00
|
|
|
MIDORI_DEPENDENCIES = \
|
|
|
|
host-intltool \
|
2015-07-29 14:40:25 +02:00
|
|
|
host-librsvg \
|
2012-10-22 17:47:52 +02:00
|
|
|
host-pkgconf \
|
2012-05-25 04:47:31 +02:00
|
|
|
host-vala \
|
2014-05-26 15:06:20 +02:00
|
|
|
host-python \
|
2016-04-29 15:46:09 +02:00
|
|
|
$(if $(BR2_PACKAGE_LIBGTK3_X11),gcr) \
|
|
|
|
granite \
|
|
|
|
libgtk3 \
|
2015-07-29 14:40:25 +02:00
|
|
|
libsoup \
|
|
|
|
libxml2 \
|
|
|
|
sqlite \
|
2016-04-29 15:46:09 +02:00
|
|
|
webkitgtk \
|
2017-07-03 22:59:46 +02:00
|
|
|
$(TARGET_NLS_DEPENDENCIES) \
|
2012-05-25 04:47:31 +02:00
|
|
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
2008-03-06 19:18:35 +01:00
|
|
|
|
2015-07-29 14:40:25 +02:00
|
|
|
MIDORI_CONF_OPTS = \
|
2016-04-29 15:46:09 +02:00
|
|
|
-DHALF_BRO_INCOM_WEBKIT2=ON \
|
|
|
|
-DUSE_GRANITE=ON \
|
|
|
|
-DUSE_GTK3=ON \
|
2015-07-29 14:40:25 +02:00
|
|
|
-DUSE_ZEITGEIST=OFF
|
2010-11-05 21:14:13 +01:00
|
|
|
|
2015-07-29 14:40:25 +02:00
|
|
|
$(eval $(cmake-package))
|