Skip to content

Commit

Permalink
build: fix Linux builds missing XRandR support
Browse files Browse the repository at this point in the history
Resolves #2382.
  • Loading branch information
rr- committed Feb 1, 2025
1 parent 4b91ef1 commit 1c16b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/tr1/docker/game-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN apt-get install -y \
libwayland-egl1 \
automake \
gcc \
libxrandr-dev \
libxext-dev
RUN cd SDL \
&& aclocal -I acinclude \
Expand All @@ -90,6 +91,7 @@ RUN cd SDL \
&& cd sdl_build \
&& ../configure \
--prefix=/ext/ \
--enable-video-x11-xrandr \
--enable-shared \
--enable-static \
&& make -j 4 \
Expand Down
2 changes: 2 additions & 0 deletions tools/tr2/docker/game-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN apt-get install -y \
libwayland-egl1 \
automake \
gcc \
libxrandr-dev \
libxext-dev
RUN cd SDL \
&& aclocal -I acinclude \
Expand All @@ -90,6 +91,7 @@ RUN cd SDL \
&& cd sdl_build \
&& ../configure \
--prefix=/ext/ \
--enable-video-x11-xrandr \
--enable-shared \
--enable-static \
&& make -j 4 \
Expand Down

0 comments on commit 1c16b6e

Please sign in to comment.