summaryrefslogtreecommitdiffstats
path: root/package/xstroke/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-18 10:20:42 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-18 21:40:22 +0100
commit0ef90a63e845883aa45cedfdb26ed388d400f044 (patch)
tree033f903b340f3475203b56fe80ebe8c2d5fdf901 /package/xstroke/Config.in
parentf9f893c46ded9bc81d8aa8204dde190bfdbc8456 (diff)
downloadbuildroot-novena-0ef90a63e845883aa45cedfdb26ed388d400f044.tar.gz
buildroot-novena-0ef90a63e845883aa45cedfdb26ed388d400f044.zip
xstroke: fix link issue
The allyespackageconfig builds have trigerred a link issue on xstroke. In fact, xstroke must be linked against Xrender, Xext and dl in addition to the other libraries it was already be linked against. We fix that by adding a patch that modifies configure.ac and Makefile.am, and enabling autoreconf for this package. In addition, since xstroke uses directly Xrender and Xext, we add those dependencies to the package. In practice, it doesn't change anything, since some of the xstroke dependencies were already pulling those libraries, but as xstroke uses directly Xrender and Xext, it makes sense to have them as dependencies as well. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/xstroke/Config.in')
-rw-r--r--package/xstroke/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in
index 54cb38e39..126993483 100644
--- a/package/xstroke/Config.in
+++ b/package/xstroke/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_XSTROKE
select BR2_PACKAGE_XLIB_LIBXFT
select BR2_PACKAGE_XLIB_LIBXTST
select BR2_PACKAGE_XLIB_LIBXPM
+ select BR2_PACKAGE_XLIB_LIBXRENDER
+ select BR2_PACKAGE_XLIB_LIBXEXT
help
Handwriting recognition for X