mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
Add clutter-mozembed
This commit is contained in:
14
meta/packages/clutter/clutter-mozembed_git.bb
Normal file
14
meta/packages/clutter/clutter-mozembed_git.bb
Normal file
@@ -0,0 +1,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
|
||||
}
|
||||
Reference in New Issue
Block a user