mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
parent
4b91ef14da
commit
1c16b6ed9d
2 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,7 @@ RUN apt-get install -y \
|
||||||
libwayland-egl1 \
|
libwayland-egl1 \
|
||||||
automake \
|
automake \
|
||||||
gcc \
|
gcc \
|
||||||
|
libxrandr-dev \
|
||||||
libxext-dev
|
libxext-dev
|
||||||
RUN cd SDL \
|
RUN cd SDL \
|
||||||
&& aclocal -I acinclude \
|
&& aclocal -I acinclude \
|
||||||
|
@ -90,6 +91,7 @@ RUN cd SDL \
|
||||||
&& cd sdl_build \
|
&& cd sdl_build \
|
||||||
&& ../configure \
|
&& ../configure \
|
||||||
--prefix=/ext/ \
|
--prefix=/ext/ \
|
||||||
|
--enable-video-x11-xrandr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
&& make -j 4 \
|
&& make -j 4 \
|
||||||
|
|
|
@ -82,6 +82,7 @@ RUN apt-get install -y \
|
||||||
libwayland-egl1 \
|
libwayland-egl1 \
|
||||||
automake \
|
automake \
|
||||||
gcc \
|
gcc \
|
||||||
|
libxrandr-dev \
|
||||||
libxext-dev
|
libxext-dev
|
||||||
RUN cd SDL \
|
RUN cd SDL \
|
||||||
&& aclocal -I acinclude \
|
&& aclocal -I acinclude \
|
||||||
|
@ -90,6 +91,7 @@ RUN cd SDL \
|
||||||
&& cd sdl_build \
|
&& cd sdl_build \
|
||||||
&& ../configure \
|
&& ../configure \
|
||||||
--prefix=/ext/ \
|
--prefix=/ext/ \
|
||||||
|
--enable-video-x11-xrandr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
&& make -j 4 \
|
&& make -j 4 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue