summaryrefslogtreecommitdiff
path: root/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb')
-rw-r--r--packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb b/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb
deleted file mode 100644
index 2571939b54..0000000000
--- a/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "x11/libs"
-LICENSE= "BSD-X"
-PRIORITY = "optional"
-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
-}
-