summaryrefslogtreecommitdiff
path: root/packages/libxcursor
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-20 16:40:08 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-20 16:40:08 +0000
commit17f53852a73db65f227cd2a5950785e0dbddb79b (patch)
tree2677d28a0abb05dc806191587fe10a39ee506cb2 /packages/libxcursor
parenta314fdd3235cd2f0e6a7616d0f9aabfefcb41e73 (diff)
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/20 15:27:32+00:00 (none)!pb bump PR on libxcursor for FILES change ~lart koen 2005/02/20 16:21:18+01:00 (none)!koen minimo_cvs.bb: add HOMEPAGE 2005/02/20 14:58:59+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/20 14:58:42+01:00 uni-frankfurt.de!mickeyl update defconfig-tosa per recent changes of linux-openzaurus 2005/02/20 14:43:34+01:00 (none)!koen libxcursor_cvs.bb, libxcursor_1.1.2.bb: install .so too, to fix cursor hiding BKrev: 4218bd68XZYAERt234qxP0BFMBstyQ
Diffstat (limited to 'packages/libxcursor')
-rw-r--r--packages/libxcursor/libxcursor_1.1.2.bb3
-rw-r--r--packages/libxcursor/libxcursor_cvs.bb3
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/libxcursor/libxcursor_1.1.2.bb b/packages/libxcursor/libxcursor_1.1.2.bb
index d3be76a4f3..d948ff50d1 100644
--- a/packages/libxcursor/libxcursor_1.1.2.bb
+++ b/packages/libxcursor/libxcursor_1.1.2.bb
@@ -4,11 +4,12 @@ PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DESCRIPTION = "X Cursor library"
DEPENDS = "libxfixes"
-PR = "r1"
+PR = "r2"
SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libXcursor-${PV}"
+FILES_${PN} += "${libdir}/libXcursor.so"
inherit autotools pkgconfig
diff --git a/packages/libxcursor/libxcursor_cvs.bb b/packages/libxcursor/libxcursor_cvs.bb
index 24ff0d0052..53d38b830f 100644
--- a/packages/libxcursor/libxcursor_cvs.bb
+++ b/packages/libxcursor/libxcursor_cvs.bb
@@ -5,11 +5,12 @@ PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DESCRIPTION = "X Cursor library"
DEPENDS = "libxfixes"
-PR = "r1"
+PR = "r2"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/Xcursor"
+FILES_${PN} += "${libdir}/libXcursor.so"
inherit autotools pkgconfig