Added support for the "qvga" MACHINE FEATURE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5022 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Galen Wetterling 2008-08-06 17:28:11 +00:00
parent 34cb63b42a
commit 387c360ae4
1 changed files with 2 additions and 0 deletions

View 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"