Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:25:18 +03:00
parent ae174e64df
commit 662ab40e7b
+2 -1
View File
@@ -1,10 +1,11 @@
name: xdg-desktop-portal-gtk name: xdg-desktop-portal-gtk
description: Gtk implementation of xdg-desktop-portal description: Gtk implementation of xdg-desktop-portal
version: 1.15.1 version: 1.15.1
revision: 2
url: https://github.com/flatpak/xdg-desktop-portal-gtk url: https://github.com/flatpak/xdg-desktop-portal-gtk
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
depends: ["fontconfig","gcc","gdk-pixbuf","glib","glibc","gsettings-desktop-schemas","gtk3","xdg-desktop-portal"] depends: ["fontconfig", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gsettings-desktop-schemas", "gtk3", "xdg-desktop-portal"]
make_depends: ["meson", "python3"] make_depends: ["meson", "python3"]
provides: ["xdg-desktop-portal-implementation"] provides: ["xdg-desktop-portal-implementation"]
type: source type: source