summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2010-06-05 20:03:50 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-08 23:24:32 +0200
commit726616a8efb6a1c9bcc5566689caefc15cc27679 (patch)
treecd502ba8f154bb3b32cb23ddf45d909d83ca3a1d /package
parente3b4430c3de11011e8b208273d5effd2e0776946 (diff)
downloadbuildroot-novena-726616a8efb6a1c9bcc5566689caefc15cc27679.tar.gz
buildroot-novena-726616a8efb6a1c9bcc5566689caefc15cc27679.zip
gstreamer: remove --disable-registry from configure options
--disable-registry has no dependency on libxml2 and should not be linked to BR2_PACKAGE_GSTREAMER_LIBXML2. If we want to disable registry then we should add another option. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r--package/multimedia/gstreamer/gstreamer.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk
index 0391b1471..49ac0df53 100644
--- a/package/multimedia/gstreamer/gstreamer.mk
+++ b/package/multimedia/gstreamer/gstreamer.mk
@@ -27,7 +27,6 @@ ifeq ($(BR2_PACKAGE_GSTREAMER_LIBXML2),y)
GSTREAMER_DEPENDENCIES += libxml2
else
GSTREAMER_CONF_OPT += \
- --disable-registry \
--disable-loadsave
endif