directfb: fix #2833
authorKoen Kooi <koen@openembedded.org>
Fri, 7 Dec 2007 12:15:11 +0000 (12:15 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 7 Dec 2007 12:15:11 +0000 (12:15 +0000)
packages/directfb/directfb_1.1.0.bb

index 2c600b4..daa3437 100644 (file)
@@ -7,7 +7,7 @@ SECTION = "libs"
 LICENSE = "LGPL"
 HOMEPAGE = "http://directfb.org"
 DEPENDS = "jpeg libpng freetype zlib tslib"
-PR = "r1"
+PR = "r2"
 RV = "1.1-0"
 
 SRC_URI = " \
@@ -37,6 +37,8 @@ EXTRA_OECONF = " \
 
 do_stage() {
         autotools_stage_all
+        # fix breakage introduced with the fix-includes patch, it seems that directfb examples is the only app that looks in the wrong location :/
+        ln -sf ${STAGING_LIBDIR} ${STAGING_LIBDIR}/directfb
 }
 
 do_install() {