Skip to content

Commit

Permalink
Update container image to libadwaita 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr authored Sep 22, 2024
1 parent 1585f74 commit ccdfbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN git clone https://gitlab.gnome.org/gnome/gtk.git --depth=1 && \
(cd /gtk && \
meson setup builddir --prefix=/usr --buildtype release -Dintrospection=enabled -Dbuild-examples=false -Dbuild-tests=false -Dmedia-gstreamer=disabled -Dlibepoxy:tests=false && \
meson install -C builddir) && \
git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 --branch libadwaita-1-5 && \
git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 --branch libadwaita-1-6 && \
(cd /libadwaita && \
meson setup builddir --prefix=/usr --buildtype release -Dintrospection=disabled -Dvapi=false -Dexamples=false -Dtests=false && \
meson install -C builddir) && \
Expand Down

0 comments on commit ccdfbb7

Please sign in to comment.