gconf/Makefile.am: Make --disable-schemas work right (they still need to be copied...
authorJens Granseuer <jensgr@gmx.net>
Tue, 15 Aug 2006 22:44:27 +0000 (22:44 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 15 Aug 2006 22:44:27 +0000 (22:44 +0000)
Original commit message from CVS:
Patch by: Jens Granseuer <jensgr at gmx net>
* gconf/Makefile.am:
Make --disable-schemas work right (they still need
to be copied to the installation directory, just not
applied). Fixes #351347 (also #344100).

ChangeLog
gconf/Makefile.am

index 90a038d..71370dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Jens Granseuer <jensgr at gmx net>
+
+       * gconf/Makefile.am:
+         Make --disable-schemas work right (they still need
+         to be copied to the installation directory, just not
+         applied). Fixes #351347 (also #344100).
+         
 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac: back to HEAD
index 1810800..eb17d38 100644 (file)
@@ -1,9 +1,7 @@
 GST_SCHEMA_FILES = gstreamer-@GST_MAJORMINOR@.schemas
 
-if GCONF_SCHEMAS_INSTALL
 schemadir = @GCONF_SCHEMA_FILE_DIR@
 schema_DATA = $(GST_SCHEMA_FILES)
-endif
 
 gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
        cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas