Skip to content

Commit

Permalink
Package additional dependencies of the latest webp-pixbuf-loader
Browse files Browse the repository at this point in the history
Bug: #770
  • Loading branch information
cameronwhite committed Apr 18, 2024
1 parent 8dcaea2 commit ad2bbba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installer/macos/bundle_gtk.py
Expand Up @@ -15,7 +15,9 @@
RSVG_LIB = "/usr/local/lib/librsvg-2.2.dylib"
TIFF_LIB = "/usr/local/lib/libtiff.6.dylib"
WEBP_LIB = "/usr/local/lib/libwebp.7.dylib"
ROOT_LIBS = [GTK_LIB, RSVG_LIB, TIFF_LIB, WEBP_LIB]
WEBP_DEMUX_LIB = "/usr/local/lib/libwebpdemux.2.dylib"
WEBP_MUX_LIB = "/usr/local/lib/libwebpmux.3.dylib"
ROOT_LIBS = [GTK_LIB, RSVG_LIB, TIFF_LIB, WEBP_LIB, WEBP_DEMUX_LIB, WEBP_MUX_LIB]

ADWAITA_THEME = "/usr/local/share/icons/Adwaita/index.theme"
PIXBUF_LOADERS = "lib/gdk-pixbuf-2.0/2.10.0"
Expand Down

0 comments on commit ad2bbba

Please sign in to comment.