mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
14 lines
318 B
BlitzBasic
14 lines
318 B
BlitzBasic
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
|
|
} |