Skip to content
Snippets Groups Projects
Commit 26388892 authored by Simon McVittie's avatar Simon McVittie
Browse files

Register the SDK Sources as an optional Flatpak extension

parent 6ce5510b
No related branches found
No related tags found
No related merge requests found
......@@ -1226,6 +1226,19 @@ class Builder:
'no-autodownload', True,
)
keyfile.set_string(
'Extension {}.Sdk.Sources'.format(prefix),
'directory', 'runtime/src',
)
keyfile.set_boolean(
'Extension {}.Sdk.Sources'.format(prefix),
'autodelete', True,
)
keyfile.set_boolean(
'Extension {}.Sdk.Sources'.format(prefix),
'no-autodownload', True,
)
search_path = []
for arch in self.dpkg_archs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment