From: Lionel Landwerlin Date: Sat, 5 Jun 2010 18:03:50 +0000 (+0200) Subject: gstreamer: remove --disable-registry from configure options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=726616a8efb6a1c9bcc5566689caefc15cc27679;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 5569267f37..0c4b9d61e3 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk index 0391b14714..49ac0df53b 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