Skip to content

Commit

Permalink
Add another missing library for the webp pixbuf loader
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Apr 18, 2024
1 parent ad2bbba commit 501d84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/macos/bundle_gtk.py
Expand Up @@ -17,7 +17,8 @@
WEBP_LIB = "/usr/local/lib/libwebp.7.dylib"
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]
WEBP_SHARPYUV_LIB = "/usr/local/lib/libsharpyuv.0.dylib"
ROOT_LIBS = [GTK_LIB, RSVG_LIB, TIFF_LIB, WEBP_LIB, WEBP_DEMUX_LIB, WEBP_MUX_LIB, WEBP_SHARPYUV_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 501d84e

Please sign in to comment.