-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify GLib minimum version #16
Comments
Yes, it breaks the compatibility on Ubuntu 16.04. Do we have any chance to port that function to |
@trappedinspacetime We are patching it in elementary OS (Ubuntu 18.04) to substitute this function and lower our GLib requirements elementary/os-patches@b83fe31 |
@tintou Thank you very much. I was thinking of building GLIB-2.64. |
g_hash_table_steal_extended() is new in glib 2.58. Closes: #16
There's really no reason to support this old version of Ubuntu, libportal is supposed to be used inside the sandbox, not outside it. |
g_hash_table_steal_extended() is new in glib 2.58. Closes: flatpak#16
I couldn't build it on elementary 5.1 because
g_hash_table_steal_extended
is missing, it has been added in GLib 2.58 so it might be reasonable to specify 2.58 as the minimal supported versionThe text was updated successfully, but these errors were encountered: