diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-12-25 09:00:09 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-26 15:11:04 +0100 |
commit | 188da35eda0dc4fc39feec37ff17b0403daeb529 (patch) | |
tree | 85df011ba6768a58dab98cbc1e034a610f8f6987 | |
parent | bd52bed3a43126a83f5cc4d1aba462c6cc85d9de (diff) | |
download | buildroot-188da35eda0dc4fc39feec37ff17b0403daeb529.tar.gz buildroot-188da35eda0dc4fc39feec37ff17b0403daeb529.zip |
package/webkitgtk: fix host dependencies
python 2.7 is required by the cmake stuff.
bison & flex are not used in the webkitgtk tree.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Acked-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/webkitgtk/webkitgtk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk index 9a1b392bb5..152f42bd7c 100644 --- a/package/webkitgtk/webkitgtk.mk +++ b/package/webkitgtk/webkitgtk.mk @@ -12,7 +12,7 @@ WEBKITGTK_LICENSE = LGPL-2.1+, BSD-2-Clause WEBKITGTK_LICENSE_FILES = \ Source/WebCore/LICENSE-APPLE \ Source/WebCore/LICENSE-LGPL-2.1 -WEBKITGTK_DEPENDENCIES = host-ruby host-flex host-bison host-gperf \ +WEBKITGTK_DEPENDENCIES = host-ruby host-python host-gperf \ enchant harfbuzz icu jpeg libgcrypt libgtk3 libsecret libsoup \ libtasn1 libxml2 libxslt sqlite webp woff2 WEBKITGTK_CONF_OPTS = \ |