File: meson.build

package info (click to toggle)
gnome-shell-extensions 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,232 kB
  • sloc: javascript: 4,676; xml: 132; python: 43; sh: 35; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2017 Florian Müllner <fmuellner@gnome.org>
#
# SPDX-License-Identifier: GPL-2.0-or-later

extension_data += configure_file(
  input: metadata_name + '.in',
  output: metadata_name,
  configuration: metadata_conf
)