Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
name: xdg-desktop-portal
|
||||
description: A portal frontend service for Flatpak and other desktop containment frameworks
|
||||
version: 1.20.0
|
||||
revision: 2
|
||||
url: https://flatpak.github.io/xdg-desktop-portal/
|
||||
license: LGPL2.1-or-later
|
||||
architecture: any
|
||||
depends: ["fuse3","gcc","gdk-pixbuf","glib","glibc","gstreamer","json-glib","pipewire"]
|
||||
depends: ["fuse3", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gstreamer", "json-glib", "pipewire"]
|
||||
optional_depends: ["xdg-desktop-portal-implementation"]
|
||||
make_depends: ["docbook-xsl-nons","flatpak","meson","python-setuptools","xmlto"]
|
||||
make_depends: ["docbook-xsl-nons", "flatpak", "meson", "python-setuptools", "xmlto"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user