diff options
Diffstat (limited to 'packaging/macos/inkscape.bundle')
| -rw-r--r-- | packaging/macos/inkscape.bundle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/macos/inkscape.bundle b/packaging/macos/inkscape.bundle index 7bed2ea04..fcb04bfeb 100644 --- a/packaging/macos/inkscape.bundle +++ b/packaging/macos/inkscape.bundle @@ -83,10 +83,14 @@ <binary> ${prefix}/lib/gio/modules/*.so </binary> - <!-- fontconfig binaries --> + <!-- fontconfig binaries TODO are they really required? --> <binary> ${prefix}/bin/fc-* </binary> + <!-- GObject Introspection repository manager --> + <binary> + ${prefix}/lib/libgirepository-1.0.1.dylib + </binary> <!-- Translation filenames, one for each program or library that you want to copy in to the bundle. The "dest" attribute is optional, as usual. Bundler will find all translations of that |
