Skip to content

Commit

Permalink
do not bundle libpixman on Linux (#1475)
Browse files Browse the repository at this point in the history
This lib does not the symbol `pixman_image_set_dither` that is used in
newer versions of libcairo that is no longer bundled.
  • Loading branch information
ddennedy committed Oct 6, 2023
1 parent d4e028c commit 740d075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-shotcut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,7 @@ function bundle_libs
($3 !~ /\/libedit\./) &&
($3 !~ /\/libgio-2.0\./) &&
($3 !~ /\/libgmodule-2.0\./) &&
($3 !~ /\/libpixman-1\./) &&
($3 !~ /\/libwayland/) \
{print $3}')
for lib in $libs; do
Expand Down

0 comments on commit 740d075

Please sign in to comment.