Skip to content

Commit 5c35c2f

Browse files
Hofer-Julianbilelmoussaoui
authored andcommitted
docker: Move to libadwaita 1.4
This should unblock #1529
1 parent 29e2b85 commit 5c35c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN git clone https://gitlab.gnome.org/gnome/gtk.git --depth=1 && \
1010
(cd /gtk && \
1111
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 && \
1212
meson install -C builddir) && \
13-
git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 -b libadwaita-1-2 && \
13+
git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 -b libadwaita-1-4 && \
1414
(cd /libadwaita && \
1515
meson setup builddir --prefix=/usr --buildtype release -Dintrospection=disabled -Dvapi=false -Dexamples=false -Dtests=false && \
1616
meson install -C builddir) && \

0 commit comments

Comments
 (0)