Skip to content

Commit

Permalink
Update glib to v2.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 14, 2024
1 parent 699fda2 commit 6a448d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN emmake make -j"$(nproc)" install
RUN pkg-config --static --exists --print-errors libffi

# Build glib
ARG GLIB_TREEISH=2.78.1
ARG GLIB_TREEISH=2.79.0
ARG GLIB_REMOTE=https://github.com/GNOME/glib.git
WORKDIR ${BUILDDIR}/dep/glib/
RUN git clone "${GLIB_REMOTE:?}" ./ \
Expand All @@ -65,8 +65,8 @@ RUN emconfigure meson setup ./build/ \
--buildtype=release \
--default-library=static \
--force-fallback-for=gvdb,zlib \
-D man=false \
-D gtk_doc=false \
-D man-pages=disabled \
-D documentation=false \
-D tests=false \
-D nls=disabled \
-D selinux=disabled \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN make -j"$(nproc)" install
RUN pkg-config --static --exists --print-errors libffi

# Build glib
ARG GLIB_TREEISH=2.78.1
ARG GLIB_TREEISH=2.79.0
ARG GLIB_REMOTE=https://github.com/GNOME/glib.git
WORKDIR ${BUILDDIR}/dep/glib/
RUN git clone "${GLIB_REMOTE:?}" ./ \
Expand All @@ -59,8 +59,8 @@ RUN meson setup ./build/ \
--buildtype=release \
--default-library=static \
--force-fallback-for=gvdb,zlib \
-D man=false \
-D gtk_doc=false \
-D man-pages=disabled \
-D documentation=false \
-D tests=false \
-D nls=disabled \
-D selinux=disabled \
Expand Down

0 comments on commit 6a448d4

Please sign in to comment.