blob: a7ed936da3ad10910a86182ae0e5b1ed0e68265d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Midori is a lightweight web browser."
LICENSE = "GPLv2"
DEPENDS = "webkit-gtk libsoup-2.4 libsexy"
inherit autotools gtk-icon-cache pkgconfig
SRC_URI = "http://software.twotoasts.de/media/midori/midori-${PV}.tar.gz"
EXTRA_OECONF = " --disable-hildon "
TARGET_CC_ARCH += "${LDFLAGS}"
|