summaryrefslogtreecommitdiff
path: root/packages/xlibs/libxrandr_1.1.1.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/libxrandr_1.1.1.bb
parent7b5146db076218b7180208d6f6d1a500b8e10bc6 (diff)
xlibs: add X11R7.1 release
Diffstat (limited to 'packages/xlibs/libxrandr_1.1.1.bb')
-rw-r--r--packages/xlibs/libxrandr_1.1.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/xlibs/libxrandr_1.1.1.bb b/packages/xlibs/libxrandr_1.1.1.bb
new file mode 100644
index 0000000000..0c7978945a
--- /dev/null
+++ b/packages/xlibs/libxrandr_1.1.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "X Resize and Rotate extension library."
+SECTION = "x11/libs"
+#MAINTAINER = ""
+LICENSE = "BSD-X"
+
+DEPENDS = "randrproto libx11 libxrender libxext"
+
+XORG_RELEASE = "X11R7.1"
+XORG_PN = "libXrandr"
+
+include xorg-xlibs.inc
+
+EXTRA_OECONF="--enable-malloc0returnsnull"