Skip to content

Commit

Permalink
Pin gtk to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 30, 2023
1 parent 64eb164 commit de3f964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN dnf update -y && \
libXi-devel libXrandr-devel libXcursor-devel libXdamage-devel libXinerama-devel -y && \
dnf clean all -y

RUN git clone https://gitlab.gnome.org/gnome/gtk.git --depth=1 && \
RUN git clone https://gitlab.gnome.org/gnome/gtk.git --depth=1 --branch gtk-4-12 && \
(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-4 && \
git clone https://gitlab.gnome.org/GNOME/libadwaita.git --depth=1 --branch 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 de3f964

Please sign in to comment.