summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2007-12-07 12:26:52 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2007-12-07 12:26:52 +0000
commitaa67f38042381471573479188684ba5bf017010a (patch)
tree312d59ead55ed1c3f68115aac444a9e3850e74ae
parent40706bdd536c7e23644d5502267b1e5f691864fc (diff)
parent42c9f4a2cf89fd9e1ef3b4e0fe9f074ca25731f7 (diff)
merge of '01ae5b27f3e0a00ab17a31f68cf002afac6cb807'
and '0e4a2bbb7147a46977d9c8085b4fd469d11ab2a2'
-rw-r--r--packages/directfb/directfb_1.1.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/directfb/directfb_1.1.0.bb b/packages/directfb/directfb_1.1.0.bb
index 2c600b409f..daa3437aa6 100644
--- a/packages/directfb/directfb_1.1.0.bb
+++ b/packages/directfb/directfb_1.1.0.bb
@@ -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() {