mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-tool: Start import
The gnome-extensions tool[0] was started as an external project, and provides a replacement for the existing gnome-shell-extension-tool. It was decided to ship the tool as part of the gnome-shell repository, so start importing it with its history into a subdir. [0] https://gitlab.gnome.org/fmuellner/gnome-extensions-tool https://gitlab.gnome.org/GNOME/gnome-shell/issues/1234
This commit is contained in:
parent
5cb02c1cb5
commit
d8c7cac536
6 changed files with 819 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
option('extensions_tool',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'Build gnome-extensions CLI tool'
|
||||
)
|
||||
|
||||
option('gtk_doc',
|
||||
type: 'boolean',
|
||||
value: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue