Specify buildtype for meson

This commit is contained in:
Ilya Fedin 2021-05-22 17:42:19 +04:00 committed by John Preston
parent 93e4161d5e
commit 5010c9033b

View file

@ -288,6 +288,7 @@ WORKDIR libvdpau
RUN sed -i 's/shared_library/library/g' src/meson.build
RUN meson build \
--buildtype=release \
--default-library=both \
--sysconfdir=/etc \
-Ddocumentation=false \
@ -462,6 +463,7 @@ RUN git clone -b xkbcommon-1.0.3 --depth=1 $GIT/xkbcommon/libxkbcommon.git
WORKDIR libxkbcommon
RUN meson build \
--buildtype=release \
--default-library=both \
-Denable-docs=false \
-Denable-wayland=false \