From a0e2ab13f809eeee521bc30b1bece42e5883e1a7 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 23 Apr 2013 18:57:11 +0000 Subject: Skip gstreamer only on fedora --- (limited to 'config/modules/system.json') diff --git a/config/modules/system.json b/config/modules/system.json index 9cb8e8a..583311d 100644 --- a/config/modules/system.json +++ b/config/modules/system.json @@ -76,7 +76,7 @@ "tag": "3.6.2" }, { - "if": "gstreamer_version != '1.0'", + "if": "distro != 'fedora-18'", "name": "gstreamer", "options": [ "--disable-gtk-doc" @@ -86,7 +86,7 @@ "tag": "1.0.6" }, { - "if": "gstreamer_version != '1.0'", + "if": "distro != 'fedora-18'", "name": "gst-plugins-base", "options": [ "--disable-gtk-doc" @@ -96,7 +96,7 @@ "tag": "1.0.6" }, { - "if": "gstreamer_version != '1.0'", + "if": "distro != 'fedora-18'", "name": "gst-plugins-good", "options": [ "--disable-gtk-doc" -- cgit v0.9.1