[hotssh] build: Don't use GLIB_GSETTINGS as it's broken with srcdir != builddir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hotssh] build: Don't use GLIB_GSETTINGS as it's broken with srcdir != builddir
- Date: Tue, 12 Nov 2013 19:01:53 +0000 (UTC)
commit fec5954f20afe30d74669917894f41ae68bd5206
Author: Colin Walters <walters verbum org>
Date: Tue Nov 12 14:01:24 2013 -0500
build: Don't use GLIB_GSETTINGS as it's broken with srcdir != builddir
See https://bugzilla.gnome.org/show_bug.cgi?id=712171
Makefile-src.am | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/Makefile-src.am b/Makefile-src.am
index 4621add..6dde95b 100644
--- a/Makefile-src.am
+++ b/Makefile-src.am
@@ -22,14 +22,12 @@ resources.c: src/hotssh.gresource.xml $(shell glib-compile-resources --sourcedir
$(AM_V_GEN) glib-compile-resources $< \
--target=$@ --sourcedir=$(srcdir)/src --generate-source
hotssh_SOURCES += resources.c
-BUILT_SOURCES += resources.c gschemas.compiled
+BUILT_SOURCES += resources.c
-gsettings_SCHEMAS += src/org.gnome.hotssh.gschema.xml
-
- GSETTINGS_RULES@
-
-gschemas.compiled: src/org.gnome.hotssh.gschema.xml
- glib-compile-schemas .
+# We don't use gsettings_SCHEMAS as it fails with
+# srcdir != builddir:
+# https://bugzilla.gnome.org/show_bug.cgi?id=712171
+gsettingsschema_DATA = src/org.gnome.hotssh.gschema.xml
desktopdir=$(datadir)/applications
desktop_DATA = src/hotssh.desktop
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]