mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
gconf: Don't install schemas when GConf is disabled
https://bugzilla.gnome.org/show_bug.cgi?id=632553
This commit is contained in:
parent
fdba600fd6
commit
28d96250c6
1 changed files with 4 additions and 0 deletions
|
@ -1,11 +1,14 @@
|
||||||
GST_SCHEMA_FILES = gstreamer-@GST_MAJORMINOR@.schemas
|
GST_SCHEMA_FILES = gstreamer-@GST_MAJORMINOR@.schemas
|
||||||
|
|
||||||
|
if USE_GCONF
|
||||||
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
||||||
schema_DATA = $(GST_SCHEMA_FILES)
|
schema_DATA = $(GST_SCHEMA_FILES)
|
||||||
|
endif
|
||||||
|
|
||||||
gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
|
gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
|
||||||
cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas
|
cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas
|
||||||
|
|
||||||
|
if USE_GCONF
|
||||||
if GCONF_SCHEMAS_INSTALL
|
if GCONF_SCHEMAS_INSTALL
|
||||||
install-data-local:
|
install-data-local:
|
||||||
@GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
|
@GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
|
||||||
|
@ -22,6 +25,7 @@ install-data-local:
|
||||||
@echo "***************************************************************"
|
@echo "***************************************************************"
|
||||||
@true
|
@true
|
||||||
endif
|
endif
|
||||||
|
endif # USE_GCONF
|
||||||
|
|
||||||
CLEANFILES = $(GST_SCHEMA_FILES)
|
CLEANFILES = $(GST_SCHEMA_FILES)
|
||||||
EXTRA_DIST = $(GST_SCHEMA_FILES)
|
EXTRA_DIST = $(GST_SCHEMA_FILES)
|
||||||
|
|
Loading…
Reference in a new issue