mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
docker: Remove now-redundant CMake options from azahar-room Dockerfile
This commit is contained in:
parent
f0bc64d967
commit
95d42cb40a
1 changed files with 1 additions and 7 deletions
|
|
@ -12,13 +12,7 @@ RUN mkdir builddir && cd builddir && \
|
|||
-DENABLE_GDBSTUB=OFF \
|
||||
-DENABLE_TESTS=OFF \
|
||||
-DENABLE_ROOM=ON \
|
||||
-DENABLE_ROOM_STANDALONE=ON \
|
||||
-DENABLE_OPENGL=OFF $( : "TODO: Can we disable these automatically when there's no frontend?") \
|
||||
-DENABLE_VULKAN=OFF \
|
||||
-DENABLE_SDL2=OFF \
|
||||
-DENABLE_LIBUSB=OFF \
|
||||
-DENABLE_CUBEB=OFF \
|
||||
-DENABLE_OPENAL=OFF && \
|
||||
-DENABLE_ROOM_STANDALONE=ON && \
|
||||
ninja && \
|
||||
mv bin/Release/azahar-room /usr/local/bin/ && \
|
||||
cd .. && rm -rf builddir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue