72075de4e0
Add hack to prevent GTK4 apps to be unusable in the PinePhone. Fixes #1510 Upstream issue https://gitlab.gnome.org/GNOME/gtk/-/issues/4763 A good solution will take a bit more time but is an on-going process https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4687 [ci:skip-build]: already built successfully in CI
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p etc/gtk-4.0
|
|
usr/bin/gdk-pixbuf-query-loaders > etc/gtk-4.0/gdk-pixbuf.loaders
|
|
|