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>
This commit is contained in:
Lionel Landwerlin 2010-06-05 20:03:50 +02:00 committed by Peter Korsgaard
parent e3b4430c3d
commit 726616a8ef
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
New packages: cgilua, copas, coxpcall, luafilesystem,
luasocket, rings, wsapi, xavante
Updated/fixed packages: cdrkit, file, gawk, intltool,
Updated/fixed packages: cdrkit, file, gawk, gstreamer, intltool,
iptables, libidn, lmbench, netperf, openssl, php, qt, sqlite,
tn5250, usbutils, xkeyboard-config

View File

@ -27,7 +27,6 @@ ifeq ($(BR2_PACKAGE_GSTREAMER_LIBXML2),y)
GSTREAMER_DEPENDENCIES += libxml2
else
GSTREAMER_CONF_OPT += \
--disable-registry \
--disable-loadsave
endif