summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb
new file mode 100644
index 0000000000..7dff0d49ec
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Shared memory 'SyncFence' synchronization primitive"
2
3DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \
4with the X SyncFence objects that can be shared between processes \
5using file descriptor passing."
6
7require xorg-lib-common.inc
8
9LICENSE = "MIT-style"
10LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
11
12DEPENDS += "virtual/libx11"
13
14BBCLASSEXTEND = "native nativesdk"
15
16SRC_URI[md5sum] = "2dd10448c1166e71a176206a8dfabe6d"
17SRC_URI[sha256sum] = "dbc2db2925ca9f216fd1e9c63d0974db9f4d49aaf5877ffb606d2d8d7e58cebe"