summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/libxrandr
diff options
context:
space:
mode:
authorPhil Blundell <pb@handhelds.org>2006-05-25 13:36:25 +0200
committerRene Wagner <rw@handhelds.org>2006-05-25 13:36:25 +0200
commit55fbdd15644da4375f5dc3eea62b7c1e55339f55 (patch)
tree014cff7e9407157d87f6587b4ec09de7ccd1f157 /org.handhelds.familiar/packages/libxrandr
parent37303226dc6f4b9775f59dfa3efb9be659c8a9c6 (diff)
various packages: avoid rpath linking. Fixes the major offenders for Bug #1650. Thanks Phil!
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/libxrandr')
-rw-r--r--org.handhelds.familiar/packages/libxrandr/libxrandr_1.0.2.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/org.handhelds.familiar/packages/libxrandr/libxrandr_1.0.2.bb b/org.handhelds.familiar/packages/libxrandr/libxrandr_1.0.2.bb
index 8d64653..50bb62f 100644
--- a/org.handhelds.familiar/packages/libxrandr/libxrandr_1.0.2.bb
+++ b/org.handhelds.familiar/packages/libxrandr/libxrandr_1.0.2.bb
@@ -2,7 +2,7 @@ SECTION = "x11/libs"
LICENSE = "BSD-X"
DEPENDS = "randrext x11 libxrender xext"
DESCRIPTION = "X Resize and Rotate extension library."
-PR = "r1"
+PR = "r2"
SRC_URI = "${XLIBS_MIRROR}/libXrandr-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
@@ -11,9 +11,5 @@ S = "${WORKDIR}/libXrandr-${PV}"
inherit autotools pkgconfig
do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
+ autotools_stage_all
}