From 0a22860de0c85c6733d0579f1a4b4fff82fbce27 Mon Sep 17 00:00:00 2001 From: Salim B Date: Thu, 13 Mar 2025 01:33:27 +0100 Subject: [PATCH 1/2] extension: Link to Flathub SDK extension list --- docs/extension.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extension.rst b/docs/extension.rst index ff66825e..3d6da08a 100644 --- a/docs/extension.rst +++ b/docs/extension.rst @@ -606,6 +606,9 @@ These are only in Freedesktop SDK. The application developer needs to explicitly add these extensions in the manifest by using ``sdk-extensions`` when building an app. + All SDK extensions already available on Flathub are listed + `here `_. + Extensions marked as ``Compat`` in the name or ``GL32`` provide compat support for extra architectures and needs to explicitly requested. From b2b8d3b3e3e69065e95b0fb34778ccbf581e1c28 Mon Sep 17 00:00:00 2001 From: Salim B Date: Thu, 13 Mar 2025 04:48:21 +0100 Subject: [PATCH 2/2] Update extension.rst --- docs/extension.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extension.rst b/docs/extension.rst index 3d6da08a..8909d8d9 100644 --- a/docs/extension.rst +++ b/docs/extension.rst @@ -603,12 +603,12 @@ These are only in Freedesktop SDK. tools to aid building applications or provide language support for development tools such as IDEs. + SDK extensions available on Flathub are listed + `here `_. + The application developer needs to explicitly add these extensions in the manifest by using ``sdk-extensions`` when building an app. - All SDK extensions already available on Flathub are listed - `here `_. - Extensions marked as ``Compat`` in the name or ``GL32`` provide compat support for extra architectures and needs to explicitly requested.