Skip to content
Snippets Groups Projects
Commit 8216a47b authored by Benoît Minisini's avatar Benoît Minisini
Browse files

Disable 'gb.sdl.sound' in alpine.

parent f3ec57aa
No related branches found
No related tags found
No related merge requests found
Pipeline #423662460 failed
......@@ -212,11 +212,11 @@ build:alpine:
imlib2-dev gettext-dev libffi-dev mesa-dev libgnome-keyring-dev mariadb-dev librsvg-dev
libsm-dev libxcursor-dev libxml2-dev libxslt-dev libxtst-dev make ncurses-dev pcre-dev pkgconf
poppler-dev postgresql-dev qt5-qtsvg-dev qt5-qtx11extras-dev qt5-qtwebengine-dev
sdl2-dev sdl2_image-dev sdl2_mixer-dev sdl2_ttf-dev sdl_mixer-dev sqlite-dev unixodbc-dev xdg-utils
sdl2-dev sdl2_image-dev sdl2_mixer-dev sdl2_ttf-dev sqlite-dev unixodbc-dev xdg-utils
zlib-dev webkit2gtk-dev
script:
- ./reconf-all
- GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-openal --disable-qt4 --disable-sdl --disable-sqlite2 --disable-v4l --disable-gtkopengl --disable-zstd
- GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-openal --disable-qt4 --disable-sdl --disable-sdlsound --disable-sqlite2 --disable-v4l --disable-gtkopengl --disable-zstd
- make -j$(nproc)
- make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment