xava-changes

This commit is contained in:
Jackson Delahunt 2023-05-24 19:05:23 +10:00
parent b4e27524c0
commit 1712b8b95d

View file

@ -428,11 +428,11 @@ RUN apt-get update -qq && \
apt-get install -qq \
libasound2-dev \
libfftw3-dev \
libiniparser1 \
libpulse-dev \
libsdl2-dev \
libx11-dev && \
git clone --depth 1 https://github.com/sabrehagen/xava && \
git clone --depth 1 https://github.com/ndevilla/iniparser xava/lib/iniparser && \
mkdir xava/build && \
cd xava/build && \
cmake .. -DCMAKE_BUILD_TYPE=Debug -DINCLUDE_DIRS=lib/iniparser/src -DCMAKE_INSTALL_PREFIX=/usr -DWAYLAND=OFF && \