summaryrefslogtreecommitdiff
path: root/openembedded/packages/xlibs/libxcursor_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xlibs/libxcursor_1.1.2.bb')
-rw-r--r--openembedded/packages/xlibs/libxcursor_1.1.2.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/openembedded/packages/xlibs/libxcursor_1.1.2.bb b/openembedded/packages/xlibs/libxcursor_1.1.2.bb
deleted file mode 100644
index 25744c7dc..000000000
--- a/openembedded/packages/xlibs/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
-}