[meld: 1/2] Fix meson.build after move to resource
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld: 1/2] Fix meson.build after move to resource
- Date: Tue, 15 Oct 2019 21:03:31 +0000 (UTC)
commit 8f23c57dfc030ad33085c0ac648817516502e9d0
Author: mydongistiny <jaysonedson gmail com>
Date: Sun Oct 13 15:30:46 2019 -0700
Fix meson.build after move to resource
Signed-off-by: mydongistiny <jaysonedson gmail com>
data/meson.build | 8 --------
meld/resources/meson.build | 7 +++++++
2 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index e72b189c..49b106a5 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -63,14 +63,6 @@ mimetype_file = i18n.merge_file(
install_dir: mimedatadir,
)
-# Install CSS file
-install_data(
- [
- files('meld.css')
- ],
- install_dir: join_paths(pkgdatadir)
-)
-
# Check GSettings schema
compile_schemas = find_program('glib-compile-schemas', required: false)
if compile_schemas.found()
diff --git a/meld/resources/meson.build b/meld/resources/meson.build
index edf0af58..796b2d97 100644
--- a/meld/resources/meson.build
+++ b/meld/resources/meson.build
@@ -1,3 +1,10 @@
+# Install CSS file
+install_data(
+ [
+ files('meld.css')
+ ],
+ install_dir: join_paths(pkgdatadir)
+)
gnome.compile_resources(
application_id,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]