blob: f2922d1ec4408c3583e9a37424894e4fdd9f14c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require clutter-mozembed.inc
PV = "0.8.0+git${SRCREV}"
PR = "r2"
SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \
file://link-with-g++.patch;patch=1"
S = "${WORKDIR}/git"
do_configure_prepend () {
touch ${S}/cluttermozembed/dummy.cpp
touch ${S}/cluttermozembed/dummy2.cpp
}
|