Skip to content

Commit

Permalink
volume
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed Feb 21, 2021
1 parent 6bf0f80 commit 0dc24ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rpm/sdl2.spec
Expand Up @@ -40,7 +40,11 @@ to develop SDL applications.
%autosetup -p1 -n %{name}-%{version}/%{name}

%build
%configure CFLAGS='-std=c99' --disable-video-x11 --enable-video-wayland --enable-pulseaudio
%configure CFLAGS='-std=c99' \
--disable-oss \
--disable-video-x11 \
--enable-pulseaudio \
--enable-video-wayland
%make_build

%install
Expand Down

0 comments on commit 0dc24ac

Please sign in to comment.