blob: 4b4596ccd3a655156d6515fc42e421ae99a855f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Clutter Mozilla Embedded"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "mozilla-headless mozilla-headless-services clutter"
FILESPATH = "${FILE_DIRNAME}/clutter-mozembed"
FILES_${PN} =+ "${datadir}/cluttermozembed/chrome/"
EXTRA_OECONF = "--enable-plugins"
inherit autotools_stage pkgconfig gtk-doc
|