summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Renon <philippe_renon@yahoo.fr>2015-08-03 18:45:39 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-08-03 18:45:39 +0300
commit05a4c32202798067146b8e9eb28fa66aef23898c (patch)
treed404c81265cd93504b703e9dcc47f0d5c78d8a7e
parenta3d0978c14b78cc9e26f65ad2e8f1ebf9c35158f (diff)
windows: Take flex/bison from msys until we can actually build our versions
https://bugzilla.gnome.org/show_bug.cgi?id=745804
-rw-r--r--cerbero/bootstrap/build_tools.py2
-rw-r--r--cerbero/bootstrap/windows.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cerbero/bootstrap/build_tools.py b/cerbero/bootstrap/build_tools.py
index ee589e5b..9df684d4 100644
--- a/cerbero/bootstrap/build_tools.py
+++ b/cerbero/bootstrap/build_tools.py
@@ -30,7 +30,7 @@ class BuildTools (BootstrapperBase):
'orc-tool', 'gettext-m4', 'gettext-tools']
PLAT_BUILD_TOOLS = {
Platform.DARWIN: ['intltool', 'yasm', 'bison', 'flex'],
- Platform.WINDOWS: ['intltool', 'yasm', 'bison', 'flex'],
+ Platform.WINDOWS: ['intltool', 'yasm'],
Platform.LINUX: ['intltool-m4'],
}
diff --git a/cerbero/bootstrap/windows.py b/cerbero/bootstrap/windows.py
index 1ee2860a..0295646b 100644
--- a/cerbero/bootstrap/windows.py
+++ b/cerbero/bootstrap/windows.py
@@ -33,7 +33,7 @@ MINGW_DOWNLOAD_SOURCE = 'http://gstreamer.freedesktop.org/data/cerbero/toolchain
MINGW_TARBALL_TPL = "mingw-%s-gcc-%s-%s-%s.tar.xz"
# Extra dependencies
-MINGWGET_DEPS = ['msys-wget']
+MINGWGET_DEPS = ['msys-wget', 'msys-flex', 'msys-bison', 'msys-perl']
GNOME_FTP = 'http://ftp.gnome.org/pub/gnome/binaries/win32/'
WINDOWS_BIN_DEPS = ['intltool/0.40/intltool_0.40.4-1_win32.zip']