1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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'.
This commit is contained in:
Bruno Lopes
2025-08-27 16:37:55 -03:00
parent 16a1283f07
commit be667ac007

View File

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