mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Specify buildtype for meson
This commit is contained in:
parent
93e4161d5e
commit
5010c9033b
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue