darwin.file_cmds: add libmd for install (#354897)

This commit is contained in:
Emily
2024-11-20 02:14:50 +00:00
2 changed files with 4 additions and 1 deletions
@@ -15,6 +15,7 @@ core_foundation = dependency('appleframeworks', modules : 'CoreFoundation')
bzip2 = dependency('bzip2')
xz = dependency('liblzma')
libmd = dependency('libmd')
libxo = dependency('libxo')
zlib = dependency('zlib')
@@ -173,7 +174,7 @@ install_symlink(
executable(
'install-bin', # Meson reserves the name “install”, so use a different name and rename in install phase.
dependencies : [ copyfile ],
dependencies : [ copyfile, libmd ],
install : true,
sources: [
'install/xinstall.c',
@@ -4,6 +4,7 @@
bzip2,
copyfile,
less,
libmd,
libutil,
libxo,
mkAppleDerivation,
@@ -104,6 +105,7 @@ mkAppleDerivation {
buildInputs = [
bzip2
copyfile
libmd
libutil
libxo
removefile