Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 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 = "HPND" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" |
| 11 | |
| 12 | DEPENDS += "virtual/libx11" |
| 13 | |
| 14 | EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm" |
| 15 | |
| 16 | SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch" |
| 17 | |
| 18 | SRC_URI[sha256sum] = "870df257bc40b126d91b5a8f1da6ca8a524555268c50b59c0acd1a27f361606f" |
| 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |