summaryrefslogtreecommitdiff
path: root/openembedded/packages/libxcursor/libxcursor_1.1.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
commitb783a3e2f6744692c80909a70c3674dd316204dc (patch)
treef1e96b860f0c3accf06930f39c9b7d1c53c2bb9b /openembedded/packages/libxcursor/libxcursor_1.1.2.bb
parent63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (diff)
downloadopenembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.gz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.bz2
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.xz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.zip
Move xlibs packages to xlibs/ as per changes in OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libxcursor/libxcursor_1.1.2.bb')
-rw-r--r--openembedded/packages/libxcursor/libxcursor_1.1.2.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb
deleted file mode 100644
index 25744c7dc..000000000
--- a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "x11/libs"
-LICENSE= "BSD-X"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DESCRIPTION = "X Cursor library"
-DEPENDS = "libxfixes"
-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
-
-do_stage() {
- autotools_stage_all
-}