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:
Florian Müllner 2018-08-26 18:55:13 +02:00
parent 5cb02c1cb5
commit d8c7cac536
6 changed files with 819 additions and 0 deletions

View file

@ -1,3 +1,9 @@
option('extensions_tool',
type: 'boolean',
value: true,
description: 'Build gnome-extensions CLI tool'
)
option('gtk_doc',
type: 'boolean',
value: false,