From e73dfeb65c32b002ca8ec667bc667d2fb4fd6ea3 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Wed, 27 Aug 2025 16:37:55 -0300 Subject: [PATCH] app/core: Declare libarchive dependency introduced by 6597dabe Otherwise, the '-I' param will not be set and Apple Clang will fail on exotic environments like Homebrew on which not everything is in the common 'includedir'. (cherry picked from commit be667ac007399a322124d2afec7ff77372ddb473) --- app/core/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/meson.build b/app/core/meson.build index 40db629f0b..b8c1ef5477 100644 --- a/app/core/meson.build +++ b/app/core/meson.build @@ -273,6 +273,7 @@ libappcore = static_library('appcore', cairo, gegl, gdk_pixbuf, + libarchive, libmypaint, gexiv2, appstream,