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:
parent
f90d572bb0
commit
e73dfeb65c
1 changed files with 1 additions and 0 deletions
|
|
@ -273,6 +273,7 @@ libappcore = static_library('appcore',
|
|||
cairo,
|
||||
gegl,
|
||||
gdk_pixbuf,
|
||||
libarchive,
|
||||
libmypaint,
|
||||
gexiv2,
|
||||
appstream,
|
||||
|
|
|
|||
Loading…
Reference in a new issue