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 be667ac007)
This commit is contained in:
Bruno Lopes 2025-08-27 16:37:55 -03:00 committed by Jehan
parent f90d572bb0
commit e73dfeb65c

View file

@ -273,6 +273,7 @@ libappcore = static_library('appcore',
cairo,
gegl,
gdk_pixbuf,
libarchive,
libmypaint,
gexiv2,
appstream,