Update xkbcommon in Docker
This commit is contained in:
parent
e8c9cb7d2a
commit
a04145d981
|
@ -687,7 +687,7 @@ RUN git clone -b OpenSSL_{{ OPENSSL_VER }}-stable --depth=1 {{ GIT }}/openssl/op
|
||||||
FROM builder AS xkbcommon
|
FROM builder AS xkbcommon
|
||||||
COPY --link --from=xcb {{ LibrariesPath }}/xcb-cache /
|
COPY --link --from=xcb {{ LibrariesPath }}/xcb-cache /
|
||||||
|
|
||||||
RUN git clone -b xkbcommon-1.5.0 --depth=1 {{ GIT }}/xkbcommon/libxkbcommon.git \
|
RUN git clone -b xkbcommon-1.6.0 --depth=1 {{ GIT }}/xkbcommon/libxkbcommon.git \
|
||||||
&& cd libxkbcommon \
|
&& cd libxkbcommon \
|
||||||
&& meson build \
|
&& meson build \
|
||||||
--buildtype=plain \
|
--buildtype=plain \
|
||||||
|
|
Loading…
Reference in New Issue