mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 sed -i 's/shared_library/library/g' src/meson.build
|
||||||
|
|
||||||
RUN meson build \
|
RUN meson build \
|
||||||
|
--buildtype=release \
|
||||||
--default-library=both \
|
--default-library=both \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
-Ddocumentation=false \
|
-Ddocumentation=false \
|
||||||
|
@ -462,6 +463,7 @@ RUN git clone -b xkbcommon-1.0.3 --depth=1 $GIT/xkbcommon/libxkbcommon.git
|
||||||
|
|
||||||
WORKDIR libxkbcommon
|
WORKDIR libxkbcommon
|
||||||
RUN meson build \
|
RUN meson build \
|
||||||
|
--buildtype=release \
|
||||||
--default-library=both \
|
--default-library=both \
|
||||||
-Denable-docs=false \
|
-Denable-docs=false \
|
||||||
-Denable-wayland=false \
|
-Denable-wayland=false \
|
||||||
|
|
Loading…
Add table
Reference in a new issue