diff options
author | Galen Wetterling <wetterlg@openedhand.com> | 2008-08-06 17:28:11 +0000 |
---|---|---|
committer | Galen Wetterling <wetterlg@openedhand.com> | 2008-08-06 17:28:11 +0000 |
commit | 387c360ae4e4af04cac5c411ff45426a5d601cb4 (patch) | |
tree | 293aac718e4ff9e956830ab858c022f69f41c82e | |
parent | 34cb63b42abf48c74d47b03f68aed64162e54c3d (diff) | |
download | poky-387c360ae4e4af04cac5c411ff45426a5d601cb4.tar.gz |
Added support for the "qvga" MACHINE FEATURE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5022 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/gtk-engines/gtk-sato-engine_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/gtk-engines/gtk-sato-engine_svn.bb b/meta/packages/gtk-engines/gtk-sato-engine_svn.bb index 9f7b96b236..6fbb7ccdbc 100644 --- a/meta/packages/gtk-engines/gtk-sato-engine_svn.bb +++ b/meta/packages/gtk-engines/gtk-sato-engine_svn.bb | |||
@@ -4,4 +4,6 @@ PV = "0.3.1+svnr${SRCREV}" | |||
4 | 4 | ||
5 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" | 5 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" |
6 | 6 | ||
7 | EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" | ||
8 | |||
7 | S = "${WORKDIR}/gtk-engine" | 9 | S = "${WORKDIR}/gtk-engine" |