diff mbox

[v3,1/2] gst1-plugins-base: update configure options

Message ID 1444938117-6405-1-git-send-email-ps.report@gmx.net
State Accepted
Headers show

Commit Message

Peter Seiderer Oct. 15, 2015, 7:41 p.m. UTC
- always disable new gio_unix_2_0 option (only used for testing)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Changes v2 -> v3:
  - always disable gio_unix_2_0 option (suggested by Thomas Petazzoni)

Changes v1 -> v2:
  - change gio_unix_2_0 from disabled to option (needed library
    already provided by libglib2 package) (suggested by Thomas Petazzoni)
---
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Oct. 18, 2015, 3:39 p.m. UTC | #1
Dear Peter Seiderer,

On Thu, 15 Oct 2015 21:41:57 +0200, Peter Seiderer wrote:
> - always disable new gio_unix_2_0 option (only used for testing)
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Changes v2 -> v3:
>   - always disable gio_unix_2_0 option (suggested by Thomas Petazzoni)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 08ebe03..099fb2a 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
@@ -22,6 +22,7 @@  GST1_PLUGINS_BASE_CONF_OPTS = \
 	--disable-examples \
 	--disable-oggtest \
 	--disable-vorbistest \
+	--disable-gio_unix_2_0 \
 	--disable-freetypetest \
 	--disable-valgrind