summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb
new file mode 100644
index 0000000000..28df7bb805
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb
@@ -0,0 +1,21 @@
1SUMMARY = "XFixes: X Fixes extension library"
2
3DESCRIPTION = "X applications have often needed to work around various \
4shortcomings in the core X window system. This extension is designed to \
5provide the minimal server-side support necessary to eliminate problems \
6caused by these workarounds."
7
8require xorg-lib-common.inc
9SRC_URI[sha256sum] = "b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58"
10
11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://COPYING;md5=a5a9755c8921cc7dc08a5cfe4267d0ff"
13
14DEPENDS += "virtual/libx11 xorgproto"
15
16PE = "1"
17
18XORG_PN = "libXfixes"
19XORG_EXT = "tar.xz"
20
21BBCLASSEXTEND = "native nativesdk"