Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
docker-images
Commits
0675e40f
Commit
0675e40f
authored
May 11, 2016
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winrt: Add gettext to our toolchains
parent
f303fa81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vlc-winrt/toolchain-i686/Dockerfile
vlc-winrt/toolchain-i686/Dockerfile
+1
-1
vlc-winrt/toolchain-x86_64/Dockerfile
vlc-winrt/toolchain-x86_64/Dockerfile
+1
-1
No files found.
vlc-winrt/toolchain-i686/Dockerfile
View file @
0675e40f
...
...
@@ -4,7 +4,7 @@ MAINTAINER Hugo Beauzée-Luyssen <hugo@beauzee.fr>
RUN
apt-get update
-qq
&&
apt-get
install
-qqy
\
git wget bzip2 file libwine-dev unzip libtool pkg-config cmake
\
build-essential automake texinfo ragel yasm p7zip-full autopoint
&&
\
build-essential automake texinfo ragel yasm p7zip-full autopoint
gettext
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
ENV
TARGET_TUPLE=i686-w64-mingw32
...
...
vlc-winrt/toolchain-x86_64/Dockerfile
View file @
0675e40f
...
...
@@ -4,7 +4,7 @@ MAINTAINER Hugo Beauzée-Luyssen <hugo@beauzee.fr>
RUN
apt-get update
-qq
&&
apt-get
install
-qqy
\
git wget bzip2 file libwine-dev unzip libtool pkg-config cmake
\
build-essential automake texinfo ragel yasm p7zip-full autopoint
&&
\
build-essential automake texinfo ragel yasm p7zip-full autopoint
gettext
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
ENV
TARGET_TUPLE=x86_64-w64-mingw32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment