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