]> code.ossystems Code Review - openembedded-core.git/commitdiff
Added support for the "qvga" MACHINE FEATURE
authorGalen Wetterling <wetterlg@openedhand.com>
Wed, 6 Aug 2008 17:28:11 +0000 (17:28 +0000)
committerGalen Wetterling <wetterlg@openedhand.com>
Wed, 6 Aug 2008 17:28:11 +0000 (17:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5022 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gtk-engines/gtk-sato-engine_svn.bb

index 9f7b96b23669706de45d91c9a0d0b356abccaba7..6fbb7ccdbc20efc6156c569f4dc8c7baec29a74a 100644 (file)
@@ -4,4 +4,6 @@ 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"