blob: 7cce242a4cd2be2e4d46a3e2d1aee37360cce59c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require clutter-mozembed.inc
PV = "0.8.0+git${SRCPV}"
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
}
|