aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2018-03-27 07:23:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 09:54:55 +0100
commit1e89528b259e784e2e8d526dc2e0357eccddfd1c (patch)
tree78601eda7daee71cf1770c78b905afcddd4c9aa9 /meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
parent0ba37befba81ab0caea4f5d51289bb560ea59b8f (diff)
downloadopenembedded-core-contrib-1e89528b259e784e2e8d526dc2e0357eccddfd1c.tar.gz
libshmfence: update to 1.3
The extensions patch was merged upstream and is no longer needed. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
deleted file mode 100644
index 4cc9e05ab5..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-With glibc 2.27 memfd_create is behind a _GNU_SOURCE guard, so call
-AC_USE_SYSTEM_EXTENSIONS to get that defined.
-
-Upstream-Status: Submitted
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-diff --git a/configure.ac b/configure.ac
-index 0c98875..ebf4dee 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -29,4 +29,6 @@ AC_CONFIG_SRCDIR([Makefile.am])
- AC_CONFIG_HEADERS([config.h])
-
-+AC_USE_SYSTEM_EXTENSIONS
-+
- # Initialize Automake
- AM_INIT_AUTOMAKE([foreign dist-bzip2])