gnome-autoar/build-Remove-leftover-referencing-schema-file.patch
Ondrej Holy d0d8fbce3b Update to 0.4.0
Resolves: #1991593
2021-08-11 16:36:52 +02:00

33 lines
1.0 KiB
Diff

From 2d90da6174c03aad546802234a3d77fa0b714e6b Mon Sep 17 00:00:00 2001
From: Felipe Borges <felipeborges@gnome.org>
Date: Wed, 11 Aug 2021 15:35:52 +0200
Subject: [PATCH] build: Remove leftover referencing schema file
In commit bcf17c9fc095fefead731a2883d293b97b2c0dd0 the schema got
removed because it wasn't used. The meson.build file was still
referencing it.
---
meson.build | 6 ------
1 file changed, 6 deletions(-)
diff --git a/meson.build b/meson.build
index 00a92d0..2c26cde 100644
--- a/meson.build
+++ b/meson.build
@@ -105,12 +105,6 @@ enable_introspection = dependency('gobject-introspection-1.0', version: '>= 1.30
enable_vapi = get_option('vapi')
assert(not enable_vapi or enable_introspection, 'GObject introspection support must be enabled to build VALA bindings')
-gio_schemasdir = gio_dep.get_variable(
- 'schemasdir',
- pkgconfig_define: ['datadir', gnome_autoar_datadir],
- default_value: gnome_autoar_datadir / 'glib-2.0/schemas',
-)
-
subdir('gnome-autoar')
enable_tests = get_option('tests')
--
2.31.1