Commit 4215ba24b5320f7af7da72067d32043db3edaa7a
1 parent
a4b6086a
Exists in
master
and in
5 other branches
Atualizando instalação windows.
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
install-cross.sh
1 | 1 | #!/bin/bash |
2 | 2 | |
3 | -PREFIX="mingw32" | |
4 | - | |
5 | 3 | install_packages() |
6 | 4 | { |
7 | 5 | |
8 | 6 | TEMPFILE=$(mktemp) |
9 | 7 | |
10 | 8 | cat > ${TEMPFILE} << EOF |
9 | +libopenssl-devel | |
10 | +libintl-devel | |
11 | +libepoxy0 | |
12 | +libgdk_pixbuf-2_0-0 | |
11 | 13 | atk-devel |
12 | 14 | pango-devel |
13 | 15 | win_iconv-devel |
... | ... | @@ -17,8 +19,6 @@ cairo-devel |
17 | 19 | freetype-devel |
18 | 20 | winpthreads-devel |
19 | 21 | gtk3-devel |
20 | -libopenssl-devel | |
21 | -libintl-devel | |
22 | 22 | cross-gcc-c++ |
23 | 23 | cross-pkg-config |
24 | 24 | cross-cpp |
... | ... | @@ -32,7 +32,6 @@ headers |
32 | 32 | gnome-icon-theme |
33 | 33 | hicolor-icon-theme |
34 | 34 | gdk-pixbuf-loader-rsvg |
35 | -libgdk_pixbuf-2_0-0 | |
36 | 35 | gdk-pixbuf-query-loaders |
37 | 36 | python-devel |
38 | 37 | EOF | ... | ... |