summaryrefslogtreecommitdiff
path: root/packages/xlibs/libxcursor_1.1.6.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-06-10 15:15:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-10 15:15:49 +0000
commit2da9c36b509afda1e4a421d8805ffe41c9eb5539 (patch)
treeaff716881c271799c7931df8364e06b18d3508fd /packages/xlibs/libxcursor_1.1.6.bb
parent7b5146db076218b7180208d6f6d1a500b8e10bc6 (diff)
xlibs: add X11R7.1 release
Diffstat (limited to 'packages/xlibs/libxcursor_1.1.6.bb')
-rw-r--r--packages/xlibs/libxcursor_1.1.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/xlibs/libxcursor_1.1.6.bb b/packages/xlibs/libxcursor_1.1.6.bb
new file mode 100644
index 0000000000..20f44bfb41
--- /dev/null
+++ b/packages/xlibs/libxcursor_1.1.6.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "X Cursor library"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+#MAINTAINER = ""
+LICENSE= "BSD-X"
+
+DEPENDS = "libxfixes"
+
+XORG_RELEASE = "X11R7.1"
+XORG_PN = "libXcursor"
+
+include xorg-xlibs.inc
+
+FILES_${PN} += "${libdir}/libXcursor.so"