blob: 1705c82ec1be940e9276ba295834efca94c61119 (
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 = "r1"
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
}
|