mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-04 19:08:23 +00:00
ci: update deprecated gtk option
This commit is contained in:
parent
644617c607
commit
ec6cd1dfd9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ RUN dnf builddep -y gtk4 \
|
|||
&& dnf clean all \
|
||||
&& git clone --depth 1 https://gitlab.gnome.org/GNOME/gtk.git \
|
||||
&& cd gtk \
|
||||
&& meson setup _build -Dbuild-tests=false -Dbuild-testsuite=false -Ddemos=false -Dbuild-examples=false --prefix /usr \
|
||||
&& meson setup _build -Dbuild-tests=false -Dbuild-testsuite=false -Dbuild-demos=false -Dbuild-examples=false --prefix /usr \
|
||||
&& ninja -C _build \
|
||||
&& ninja install -C _build \
|
||||
&& cd .. \
|
||||
|
|
Loading…
Reference in a new issue