diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-05-21 17:42:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-27 16:11:54 +0100 |
commit | 77841c94c1ac9b78d778e1c1322dc70c418a96a4 (patch) | |
tree | 1a310328b682e207c99eed8c1c9a8f8d1664585a /meta | |
parent | ea442cd21ef98ecfd919d9be9e90dc561785037c (diff) | |
download | poky-77841c94c1ac9b78d778e1c1322dc70c418a96a4.tar.gz |
libxshmfence: add it to oe-core
mesa 10+ depends on this (if the user builds mesa
with dri3 support enabled). So add it to oe-core.
(From OE-Core rev: afa3e8943d9e52a2d20ceea1e6a02a3133ef79fa)
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | ||