mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
gdk-pixbuf, gtk3: switch to libjpeg-turbo
This commit is contained in:
parent
9cd5894b06
commit
e594f04cbe
@ -9,7 +9,7 @@ dependencies = [
|
||||
"glib",
|
||||
"libffi",
|
||||
"libiconv",
|
||||
"libjpeg",
|
||||
"libjpeg-turbo",
|
||||
"libpng",
|
||||
"pcre2",
|
||||
"shared-mime-info",
|
||||
|
||||
@ -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
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user