summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-03-05 11:00:59 +0100
committerThomas Haller <thaller@redhat.com>2020-03-05 11:18:30 +0100
commit6b1aaade74cf9d2cc5f02433cf34525b279011de (patch)
tree7ed2a7d406f3aee0e820e69399788a42835d4436 /meson.build
parentca2815c6c01d4af2df9782170da20dd243da3a36 (diff)
downloadnetwork-manager-applet-6b1aaade74cf9d2cc5f02433cf34525b279011de.tar.gz
gschema: move "org.gnome.nm-applet.gschema.xml" from network-manager-applet to libnma
The schema is also used by libnma's "src/nma-ws/nma-eap.c" (formerly "src/wireless-security/eap-method.c") and g-c-c's "panels/network/wireless-security/eap-method.c". That means, despite the name of the schema, it really belongs to libnma. Move it to libnma ([1]). [1] https://gitlab.gnome.org/GNOME/libnma/-/commit/50cda26ae4beab31f30fb93fd36a7bcc5435adc1 See-also: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/881 See-also: https://gitlab.gnome.org/GNOME/libnma/-/merge_requests/11
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build12
1 files changed, 0 insertions, 12 deletions
diff --git a/meson.build b/meson.build
index fc3eacdc..f77c297c 100644
--- a/meson.build
+++ b/meson.build
@@ -289,18 +289,6 @@ if appstream_util.found()
)
endif
-schema_conf = configuration_data()
-schema_conf.set('GETTEXT_PACKAGE', nma_name)
-
-schema = 'org.gnome.nm-applet.gschema.xml'
-
-configure_file(
- input: schema + '.in',
- output: schema,
- install_dir: join_paths(nma_datadir, 'glib-2.0', 'schemas'),
- configuration: schema_conf
-)
-
install_data(
'nm-applet.convert',
install_dir: join_paths(nma_datadir, 'GConf', 'gsettings')