From 2085f1d63538ab516d9f340e426de6c925185ff9 Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Jul 01 2017 04:23:08 +0000 Subject: Ignore gtk-update-icon-cache when computing build order The gtk-update-icon-cache from bootstrap should be fine to use when building other modules. This avoids a loop: gtk3 => at-spi2-atk => gtk2 => gtk-update-icon-cache (part of gtk3) Which can eventually be fixed at the packaging level, since at-spi2-atk actually only spuriously buildrequires gtk2. --- diff --git a/flatpak-runtime-packages.yaml b/flatpak-runtime-packages.yaml index 5326aa2..9790742 100644 --- a/flatpak-runtime-packages.yaml +++ b/flatpak-runtime-packages.yaml @@ -79,3 +79,4 @@ build-order-ignore: - graphviz - python-sphinx - python2-sphinx + - gtk-update-icon-cache