From fa77b1b9f270d09f20ce5f9924dae27d91c7f883 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 14 Aug 2022 20:38:42 -0300 Subject: [PATCH] package/gstreamer1/gst1-plugins-good: drop bogus BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB Commit 'dc7ca780a0 package/gstreamer1/gst1-plugins-good: convert package type to meson' from 2019 removed the symbol, stating: Remove BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB Existing configs will already have BR2_PACKAGE_ZLIB selected, so no legacy entry is needed for BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB So drop the reference to the symbol. Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk index 61ffc7b989..de7dcb985d 100644 --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk @@ -480,10 +480,6 @@ else GST1_PLUGINS_GOOD_CONF_OPTS += -Dwavpack=disabled endif -ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB),y) -GST1_PLUGINS_GOOD_DEPENDENCIES += zlib -endif - ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_BZ2),y) GST1_PLUGINS_GOOD_CONF_OPTS += -Dbz2=enabled GST1_PLUGINS_GOOD_DEPENDENCIES += bzip2