Skip to content

Commit

Permalink
Always build most recent version of libadwaita
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronErhardt authored Mar 13, 2024
1 parent e01921e commit cfeeccd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ FROM ghcr.io/gtk-rs/gtk4-rs/gtk4:latest
# RUN dnf install mold -y
# RUN ln -sf $(which mold) $(realpath /usr/bin/ld)

# Build libadwaita
RUN git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 && \
(cd /libadwaita && \
meson setup builddir --prefix=/usr --buildtype release -Dintrospection=disabled -Dvapi=false -Dexamples=false -Dtests=false && \
meson install -C builddir) && \
rm -rf /gtk /libadwaita

# Build libpanel
RUN git clone https://gitlab.gnome.org/chergert/libpanel.git && \
(cd libpanel && \
Expand Down

0 comments on commit cfeeccd

Please sign in to comment.