Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-23 18:57:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 18:57:11 (GMT)
commita0e2ab13f809eeee521bc30b1bece42e5883e1a7 (patch)
treef9beeccd2e18c920047ddaaaae36959342272fd9
parent21a0ef3ff663e8cff66a6436b065130cc16397d8 (diff)
Skip gstreamer only on fedora
-rw-r--r--config/modules/system.json6
1 files changed, 3 insertions, 3 deletions
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"