mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-tool: Add template metadata
When we allow users to choose between different templates, we should provide some context for each template to facilitate that choice. Add that metadata in the form of a .desktop file, which allows us to specify name and description, and is well supported by our translation infrastructure. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/812
This commit is contained in:
parent
37c6fbc6b2
commit
f9bee05d49
6 changed files with 25 additions and 1 deletions
|
|
@ -35,6 +35,8 @@ cc = meson.get_compiler('c')
|
|||
|
||||
bash_completion = dependency('bash-completion', required: get_option('bash_completion'))
|
||||
|
||||
po_dir = meson.source_root() + '/po'
|
||||
|
||||
subdir('src')
|
||||
|
||||
if bash_completion.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue