From 3c1caa331330c81ee30e48df36e6d65803058b25 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 07 Sep 2012 11:36:33 +0000 Subject: Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-build Conflicts: Makefile scripts/system.modules --- diff --git a/Makefile b/Makefile index 737ce8c..475b90c 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,9 @@ clean: rm -rf source/gst-plugins-espeak rm -rf source/sugar rm -rf source/sugar-toolkit-gtk3 + rm -rf source/gst-plugins-bad + rm -rf source/gst-plugins-ugly + rm -rf source/gst-ffmpeg rm -f logs/*.log logs/all-logs.tar.bz2 rm -f scripts/list-outputs rm -f scripts/find-free-display diff --git a/scripts/check-system b/scripts/check-system index 07a3cd8..5880d27 100755 --- a/scripts/check-system +++ b/scripts/check-system @@ -262,6 +262,10 @@ checks = \ "checker": "binary", "packages": { "fedora": "gcc-c++", "ubuntu": "g++" } }, + { "check": "yasm", + "checker": "binary", + "packages": { "fedora": "yasm", + "ubuntu": "yasm" } }, { "check": "flex", "checker": "binary", "packages": { "fedora": "flex", diff --git a/scripts/system.modules b/scripts/system.modules index 3c645b0..6dd518f 100644 --- a/scripts/system.modules +++ b/scripts/system.modules @@ -46,16 +46,16 @@ - + - + - + @@ -66,6 +66,21 @@ + + + + + + + + + + + + + + + @@ -74,6 +89,9 @@ + + + -- cgit v0.9.1