summarylogtreecommitdiffstats
path: root/schema.patch
blob: 4febc3dc5d3967342782e786aa85568fc12cffc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --unified --recursive --text a/meson.build b/meson.build
--- a/meson.build	2024-07-04 08:59:00.954465993 -0600
+++ b/meson.build	2024-07-04 09:02:06.762382876 -0600
@@ -41,11 +41,5 @@
     install_dir: schemadir
 )
 
-# Compile schema
-meson.add_install_script(
-  'scripts/compile-schema.sh',
-  join_paths(prefix, schemadir)
-)
-
 # Build completion message
 message('Project version: @0@'.format(meson.project_version()))