Skip to content

Commit

Permalink
bump webp dependency to avoid builds against a vulerable libwebp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ruiz committed Sep 22, 2023
1 parent a350141 commit f725313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if gdk_pb_moddir == ''
gdk_pb_moddir = gdkpb.get_variable(pkgconfig: 'gdk_pixbuf_moduledir', pkgconfig_define: ['prefix', get_option('prefix')])
endif

webp = dependency('libwebp', version: '>0.4.3')
webpdemux = dependency('libwebpdemux', version: '>0.4.3')
webpmux = dependency('libwebpmux', version: '>0.4.3')
webp = dependency('libwebp', version: '>1.3.2')
webpdemux = dependency('libwebpdemux', version: '>1.3.2')
webpmux = dependency('libwebpmux', version: '>1.3.2')

pbl_webp = shared_module('pixbufloader-webp',
sources: ['io-webp.c', 'io-webp-anim.c', 'io-webp-anim-iter.c'],
Expand Down

0 comments on commit f725313

Please sign in to comment.