diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-05-21 17:42:28 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2014-05-23 10:45:08 -0700 |
commit | afa3e8943d9e52a2d20ceea1e6a02a3133ef79fa (patch) | |
tree | 83666d09797bd1b462f2361633dd65cce393f2a4 | |
parent | 6a9717bd34854ecb56a4ab1731b6bf3cf4b471ea (diff) | |
download | openembedded-core-afa3e8943d9e52a2d20ceea1e6a02a3133ef79fa.tar.gz openembedded-core-afa3e8943d9e52a2d20ceea1e6a02a3133ef79fa.tar.bz2 openembedded-core-afa3e8943d9e52a2d20ceea1e6a02a3133ef79fa.zip |
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.
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 @@ +SUMMARY = "Shared memory 'SyncFence' synchronization primitive" + +DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \ +with the X SyncFence objects that can be shared between processes \ +using file descriptor passing." + +require xorg-lib-common.inc + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" + +DEPENDS += "virtual/libx11" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "2dd10448c1166e71a176206a8dfabe6d" +SRC_URI[sha256sum] = "dbc2db2925ca9f216fd1e9c63d0974db9f4d49aaf5877ffb606d2d8d7e58cebe" |