Skip to content

Commit

Permalink
docker: Move to libadwaita 1.4
Browse files Browse the repository at this point in the history
This should unblock #1529
  • Loading branch information
Hofer-Julian authored and bilelmoussaoui committed Nov 1, 2023
1 parent 29e2b85 commit 5c35c2f
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 @@ -10,7 +10,7 @@ RUN git clone https://gitlab.gnome.org/gnome/gtk.git --depth=1 && \
(cd /gtk && \
meson setup builddir --prefix=/usr --buildtype release -Dgtk_doc=false -Dintrospection=enabled -Dbuild-examples=false -Dbuild-tests=false -Ddemos=false -Dmedia-gstreamer=disabled -Dlibepoxy:tests=false && \
meson install -C builddir) && \
git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 -b libadwaita-1-2 && \
git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 -b libadwaita-1-4 && \
(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 5c35c2f

Please sign in to comment.