Skip to content

Commit

Permalink
fix: remove offending configure option which got removed in wxWidgets…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoops authored Nov 25, 2023
1 parent 86c4d94 commit cef6bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get clean
RUN cd / && \
git clone --depth=1 --shallow-submodules --recurse-submodules -b xlights_2023.11 https://github.com/xLightsSequencer/wxWidgets xlights_2023.11 && \
cd xlights_2023.11 && \
./configure --with-cxx=17 --enable-std_containers --enable-std_string --enable-std_string_conv_in_wxstring --enable-backtrace --enable-exceptions --enable-mediactrl --enable-graphics_ctx --enable-shared --disable-gtktest --disable-sdltest --with-gtk=3 --disable-pcx --disable-iff --without-libtiff --prefix=/usr && \
./configure --with-cxx=17 --enable-std_containers --enable-std_string_conv_in_wxstring --enable-backtrace --enable-exceptions --enable-mediactrl --enable-graphics_ctx --enable-shared --disable-gtktest --disable-sdltest --with-gtk=3 --disable-pcx --disable-iff --without-libtiff --prefix=/usr && \
make -j 4 && \
make install PREFIX=/usr && \
cd .. && \
Expand Down

0 comments on commit cef6bc7

Please sign in to comment.