blob: 8e91d09f3f9f5d1a40436a54e8eb6bd027b352d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff --unified --recursive --text libhelium-1.8.17/meson.build altered/meson.build
--- libhelium-1.8.17/meson.build 2024-08-30 22:00:20.000000000 +0200
+++ altered/meson.build 2024-08-30 23:08:41.925272728 +0200
@@ -100,16 +100,3 @@
if get_option('gidoc') or get_option('valadoc')
subdir('doc')
endif
-
-# GSettings schemas, merged from tau-gsettings-schemas since
-# it's now standard for all Helium-based apps.
-
-settings_schemas = ['data/com.fyralabs.desktop.appearance.gschema.xml']
-
-gnome.compile_schemas(depend_files: files(settings_schemas))
-
-schemas_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
-
-install_data(settings_schemas, install_dir: schemas_dir)
-
-meson.add_install_script('glib-compile-schemas', schemas_dir)
\ No newline at end of file
|