mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +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 \
|
||||
automake \
|
||||
gcc \
|
||||
libxrandr-dev \
|
||||
libxext-dev
|
||||
RUN cd SDL \
|
||||
&& aclocal -I acinclude \
|
||||
|
@ -90,6 +91,7 @@ RUN cd SDL \
|
|||
&& cd sdl_build \
|
||||
&& ../configure \
|
||||
--prefix=/ext/ \
|
||||
--enable-video-x11-xrandr \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
&& make -j 4 \
|
||||
|
|
|
@ -82,6 +82,7 @@ RUN apt-get install -y \
|
|||
libwayland-egl1 \
|
||||
automake \
|
||||
gcc \
|
||||
libxrandr-dev \
|
||||
libxext-dev
|
||||
RUN cd SDL \
|
||||
&& aclocal -I acinclude \
|
||||
|
@ -90,6 +91,7 @@ RUN cd SDL \
|
|||
&& cd sdl_build \
|
||||
&& ../configure \
|
||||
--prefix=/ext/ \
|
||||
--enable-video-x11-xrandr \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
&& make -j 4 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue