diff options
Diffstat (limited to 'recipes/xorg-lib/libxext-native_1.1.2.bb')
-rw-r--r-- | recipes/xorg-lib/libxext-native_1.1.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxext-native_1.1.2.bb b/recipes/xorg-lib/libxext-native_1.1.2.bb new file mode 100644 index 0000000000..40ddf6585f --- /dev/null +++ b/recipes/xorg-lib/libxext-native_1.1.2.bb @@ -0,0 +1,14 @@ +require xorg-lib-common.inc + +DESCRIPTION = "X11 miscellaneous extension library" +DEPENDS += "xproto-native libx11-native xextproto-native libxau-native util-macros-native" +PROVIDES = "" +PR = "r1" +PE = "1" + +XORG_PN = "libXext" + +inherit native + +SRC_URI[archive.md5sum] = "9e51f9cb7e0a38c7099ac1c0de1a1add" +SRC_URI[archive.sha256sum] = "ac6a0ff69c52c9b6e2096e5f74e22c8b5eef11ade4e30411cffeb7df32fe4f74" |