diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "Shared memory 'SyncFence' synchronization primitive" | ||
| 2 | |||
| 3 | DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \ | ||
| 4 | with the X SyncFence objects that can be shared between processes \ | ||
| 5 | using file descriptor passing." | ||
| 6 | |||
| 7 | require xorg-lib-common.inc | ||
| 8 | |||
| 9 | LICENSE = "MIT-style" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" | ||
| 11 | |||
| 12 | DEPENDS += "virtual/libx11" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "2dd10448c1166e71a176206a8dfabe6d" | ||
| 17 | SRC_URI[sha256sum] = "dbc2db2925ca9f216fd1e9c63d0974db9f4d49aaf5877ffb606d2d8d7e58cebe" | ||
