aboutsummaryrefslogtreecommitdiffstats
path: root/libxcursor/libxcursor_1.1.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libxcursor/libxcursor_1.1.2.oe')
-rw-r--r--libxcursor/libxcursor_1.1.2.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/libxcursor/libxcursor_1.1.2.oe b/libxcursor/libxcursor_1.1.2.oe
deleted file mode 100644
index 3b147096ed..0000000000
--- a/libxcursor/libxcursor_1.1.2.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DESCRIPTION = "X Cursor library"
-DEPENDS = "libxfixes"
-
-SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2"
-S = "${WORKDIR}/libXcursor-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/man
-}