blob: be793882dc24c0c1040c5622170895dc5c9cf490 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "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
Patrick Williams03907ee2022-05-01 06:28:52 -05009LICENSE = "HPND"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
11
12DEPENDS += "virtual/libx11"
13
Andrew Geissler82c905d2020-04-13 13:39:40 -050014EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm"
15
Andrew Geisslerc926e172021-05-07 16:11:35 -050016SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
Patrick Williams7784c422022-11-17 07:29:11 -060018XORG_EXT = "tar.xz"
19SRC_URI[sha256sum] = "1129f95147f7bfe6052988a087f1b7cb7122283d2c47a7dbf7135ce0df69b4f8"
Andrew Geisslerc926e172021-05-07 16:11:35 -050020
21BBCLASSEXTEND = "native nativesdk"