summaryrefslogtreecommitdiffstats
path: root/meta/packages/xlibs/libxcursor_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xlibs/libxcursor_1.1.2.bb')
-rw-r--r--meta/packages/xlibs/libxcursor_1.1.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/xlibs/libxcursor_1.1.2.bb b/meta/packages/xlibs/libxcursor_1.1.2.bb
new file mode 100644
index 0000000000..25744c7dca
--- /dev/null
+++ b/meta/packages/xlibs/libxcursor_1.1.2.bb
@@ -0,0 +1,18 @@
1SECTION = "x11/libs"
2LICENSE= "BSD-X"
3PRIORITY = "optional"
4MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5DESCRIPTION = "X Cursor library"
6DEPENDS = "libxfixes"
7PR = "r2"
8
9SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \
10 file://autofoo.patch;patch=1"
11S = "${WORKDIR}/libXcursor-${PV}"
12FILES_${PN} += "${libdir}/libXcursor.so"
13
14inherit autotools pkgconfig
15
16do_stage() {
17 autotools_stage_all
18}