From 0fbfbb58706978f5c290ab0ab05cd109ed84d5e9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 28 Apr 2019 13:10:34 +0200 Subject: [PATCH] package/gst1-plugins-base: drop legacy remnant comment In 76722342000d (gst1-plugins-base: bump version to 1.12.0), the unknown options were removed, but the comment associated to --disable-gio_unix_2_0 was left out. Drop it now. Signed-off-by: Yann E. MORIN Cc: Adam Duskett Signed-off-by: Peter Korsgaard (cherry picked from commit 80a5217476c45e765db45acd8782f7f854783f93) Signed-off-by: Peter Korsgaard --- package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk index fb976f9a94..5b7db0814f 100644 --- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk +++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk @@ -11,7 +11,6 @@ GST1_PLUGINS_BASE_INSTALL_STAGING = YES GST1_PLUGINS_BASE_LICENSE_FILES = COPYING.LIB GST1_PLUGINS_BASE_LICENSE = LGPL-2.0+, LGPL-2.1+ -# gio_unix_2_0 is only used for tests GST1_PLUGINS_BASE_CONF_OPTS = \ --disable-examples \ --disable-valgrind \