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:41:45 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 18:41:45 (GMT)
commit8a7159325f9111c68b65d6d6cfac20c127afd898 (patch)
treebe74d044b0785a76c3c0dad96b3413cbcda89080
parenta9c88b0120a64af02efa04eebec90f68a55c9d8d (diff)
Skip harfbuzz only on fedora 18
-rw-r--r--config/modules/system.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index dd6a96e..1e578fe 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -132,7 +132,7 @@
"tag": "0.15"
},
{
- "if": "gnome_version == '3.4'",
+ "if": "distro != 'fedora-18'",
"name": "harfbuzz",
"repo": "git://anongit.freedesktop.org/harfbuzz",
"tag": "0.9.16"