diff options
author | Steve Sakoman <steve@sakoman.com> | 2007-12-02 21:19:27 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-12-02 21:19:27 +0000 |
commit | 225bf0a7ac03baa425e027b71c23dc1fece6f6ca (patch) | |
tree | c7eee914274cf45209faea81e8dca396075f41e6 /packages/directfb/directfb_1.1.0.bb | |
parent | 859ad6c3c019b5c74dcc5fded8f2a787ce90184e (diff) |
directfb : Update include file paths so that directfb-examples builds.
Diffstat (limited to 'packages/directfb/directfb_1.1.0.bb')
-rw-r--r-- | packages/directfb/directfb_1.1.0.bb | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/packages/directfb/directfb_1.1.0.bb b/packages/directfb/directfb_1.1.0.bb index 84772b6a25..2c600b409f 100644 --- a/packages/directfb/directfb_1.1.0.bb +++ b/packages/directfb/directfb_1.1.0.bb @@ -10,12 +10,15 @@ DEPENDS = "jpeg libpng freetype zlib tslib" PR = "r1" RV = "1.1-0" -SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \ - file://fix-pkgconfig-cflags.patch;patch=1 \ - file://fix-font-missing-char.patch;patch=1 \ - file://getpagesize.patch;patch=1 \ - file://fix-includes.patch;patch=1 \ - file://mkdfiff.patch;patch=1" +SRC_URI = " \ + http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \ + file://fix-configure-include-path.patch;patch=1 \ + file://fix-pkgconfig-cflags.patch;patch=1 \ + file://fix-font-missing-char.patch;patch=1 \ + file://getpagesize.patch;patch=1 \ + file://fix-includes.patch;patch=1 \ + file://mkdfiff.patch;patch=1 \ + " S = "${WORKDIR}/DirectFB-${PV}" @@ -23,11 +26,12 @@ LDFLAGS_append =" -lts -lm" inherit autotools pkgconfig -EXTRA_OECONF = "--with-gfxdrivers=none \ +EXTRA_OECONF = " \ + --with-gfxdrivers=none \ --enable-libmpeg3=no \ --enable-freetype=yes \ --enable-sdl=no \ - --enable-vnc=no \ + --enable-vnc=no \ --disable-x11 \ " |