aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxext_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxext_1.1.2.bb')
-rw-r--r--recipes/xorg-lib/libxext_1.1.2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxext_1.1.2.bb b/recipes/xorg-lib/libxext_1.1.2.bb
new file mode 100644
index 0000000000..ade6e2b729
--- /dev/null
+++ b/recipes/xorg-lib/libxext_1.1.2.bb
@@ -0,0 +1,12 @@
+require xorg-lib-common.inc
+DESCRIPTION = "X11 miscellaneous extension library"
+DEPENDS += "xproto virtual/libx11 xextproto libxau"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "9e51f9cb7e0a38c7099ac1c0de1a1add"
+SRC_URI[archive.sha256sum] = "ac6a0ff69c52c9b6e2096e5f74e22c8b5eef11ade4e30411cffeb7df32fe4f74"
+
+BBCLASSEXTEND = "native nativesdk"
+
+XORG_PN = "libXext"