summaryrefslogtreecommitdiffstats
path: root/recipes/gtk-engines/gtk-sato-engine_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gtk-engines/gtk-sato-engine_svn.bb')
-rw-r--r--recipes/gtk-engines/gtk-sato-engine_svn.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gtk-engines/gtk-sato-engine_svn.bb b/recipes/gtk-engines/gtk-sato-engine_svn.bb
new file mode 100644
index 0000000000..6fbb7ccdbc
--- /dev/null
+++ b/recipes/gtk-engines/gtk-sato-engine_svn.bb
@@ -0,0 +1,9 @@
+require gtk-sato-engine.inc
+
+PV = "0.3.1+svnr${SRCREV}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http"
+
+EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}"
+
+S = "${WORKDIR}/gtk-engine"