gdk-pixbuf, gtk3: switch to libjpeg-turbo

This commit is contained in:
Jeremy Soller 2025-05-13 12:09:36 -06:00
parent 9cd5894b06
commit e594f04cbe
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ dependencies = [
"glib",
"libffi",
"libiconv",
"libjpeg",
"libjpeg-turbo",
"libpng",
"pcre2",
"shared-mime-info",

View File

@ -20,7 +20,7 @@ dependencies = [
"libepoxy",
"libffi",
"libiconv",
"libjpeg",
"libjpeg-turbo",
"libpng",
"libpthread-stubs",
"libx11",
@ -31,6 +31,8 @@ dependencies = [
"libxi",
"libxrandr",
"libxrender",
"libxxf86vm",
"mesa-x11",
"pango",
"pcre2",
"pixman",
@ -46,4 +48,4 @@ cookbook_meson \
-Dc_args="-DM_SQRT2=1.41421356237309504880 -lXext -lX11 -lxcb -lXau" \
-Dintrospection=false \
-Dwayland_backend=false
"""
"""