summaryrefslogtreecommitdiffstats
path: root/package/libfribidi/libfribidi.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-10-30 18:29:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-01 16:18:59 +0100
commitbcb98949a6850e14431780ba53197f70f5f30401 (patch)
tree529c09b9d4c83b4836cdcdbb40d7a48532bf69f3 /package/libfribidi/libfribidi.mk
parentfa921541902751b3cc3355ac4ea8f66ada18e91f (diff)
downloadbuildroot-bcb98949a6850e14431780ba53197f70f5f30401.tar.gz
buildroot-bcb98949a6850e14431780ba53197f70f5f30401.zip
package/libfribidi: remove optional dependency to libglib
Fixes vdr compile error: http://autobuild.buildroot.net/results/725/7252decffe29e19051eed0554786651aee216573/ Instead of fixing fribidi.pc or adding optional CFLAGS to the vdr package we remove the optional libglib dependency because it does not contain "any thing substantial" as pointed out in an pull request sent upstream: https://github.com/behdad/fribidi/pull/14 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libfribidi/libfribidi.mk')
-rw-r--r--package/libfribidi/libfribidi.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk
index 4e82a5e4df..86e722a211 100644
--- a/package/libfribidi/libfribidi.mk
+++ b/package/libfribidi/libfribidi.mk
@@ -14,11 +14,9 @@ LIBFRIBIDI_INSTALL_STAGING = YES
# Run autoreconf to regenerate ltmain.sh.
LIBFRIBIDI_AUTORECONF = YES
LIBFRIBIDI_DEPENDENCIES = host-pkgconf
-
-ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
-LIBFRIBIDI_DEPENDENCIES += libglib2
-else
-LIBFRIBIDI_CONF_OPTS += --with-glib=no
-endif
+# libglib2 dependency causes a build failure, and this optional
+# dependency is going to be removed usptream, see
+# https://github.com/behdad/fribidi/pull/14
+LIBFRIBIDI_CONF_OPTS = --with-glib=no
$(eval $(autotools-package))
OpenPOWER on IntegriCloud