summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang/slang
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-10-31 16:18:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-06 23:35:32 +0000
commit503682d6b9dc878ae814bec64ec0ecc636fd02cc (patch)
tree546d328f32798bc12b0b10f8b22e600d726eae2b /meta/recipes-extended/slang/slang
parent84387927c2fec0458cc1803459236341d4091f01 (diff)
downloadpoky-503682d6b9dc878ae814bec64ec0ecc636fd02cc.tar.gz
slang: clean up options and dependencies
The AC_PATH_XTRA check for X11 headers is never actually used, so patch that out and remove the options in EXTRA_OECONF. Move pcre/png/zlib toggles to PACKAGECONFIG, retaining the behaviour that only PCRE is enabled by default. Add missing libiconv dependency. (From OE-Core rev: 3587053646c34002fa18b87834516ce27fbd0788) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/slang/slang')
-rw-r--r--meta/recipes-extended/slang/slang/no-x.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/slang/slang/no-x.patch b/meta/recipes-extended/slang/slang/no-x.patch
new file mode 100644
index 0000000000..d7666bfc89
--- /dev/null
+++ b/meta/recipes-extended/slang/slang/no-x.patch
@@ -0,0 +1,14 @@
1There's no need to check for the X libraries as the socket module doesn't use
2anything from X.
3
4Upstream-Status: Pending
5Signed-off-by: Ross Burton <ross.burton@intel.com>
6
7diff --git a/autoconf/configure.ac b/autoconf/configure.ac
8index b61e974..a3e5db2 100644
9--- a/autoconf/configure.ac
10+++ b/autoconf/configure.ac
11@@ -72,3 +71,0 @@ AC_SUBST(LIB_READLINE)
12-# For the socket module
13-AC_PATH_XTRA
14-