Fix puzzles (CFLAGS_prepend doesn't work?)

git-svn-id: https://svn.o-hand.com/repos/poky@78 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-09-29 18:45:16 +00:00
parent 09af20e59d
commit eca9d2d41c
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ PACKAGES = "${PN} ${PN}-desktop"
FILES_${PN} = "${prefix}/games/*"
FILES_${PN}-desktop = "${datadir}/applications/*"
do_compile () {
CFLAGS=" -I./ `${STAGING_BINDIR}/pkg-config gtk+-2.0 --cflags` " oe_runmake
}
do_install () {
export prefix=${D}
export DESTDIR=${D}