[releng] [sample-tarball.jhbuildrc] Adding -UG_DISABLE_DEPRECATED for some modules
- From: Alejandro PiÃeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] [sample-tarball.jhbuildrc] Adding -UG_DISABLE_DEPRECATED for some modules
- Date: Wed, 15 Jun 2011 15:22:09 +0000 (UTC)
commit 0618c10768d072d90833894983758a1118a061f1
Author: Alejandro PiÃeiro <apinheiro igalia com>
Date: Wed Jun 15 17:21:10 2011 +0200
[sample-tarball.jhbuildrc] Adding -UG_DISABLE_DEPRECATED for some modules
Some modules didn't do a release although glib marked as deprecated
some symbols.
tools/smoketesting/sample-tarball.jhbuildrc | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index eb6e4e2..eebd32e 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -54,6 +54,13 @@ tarballdir = os.path.join(checkoutroot, 'pkgs')
# to set things back to normal.
module_autogenargs['totem'] = autogenargs + '--disable-mozilla'
+# Some modules didn't do a new release after some glib GAtomic changes
+module_makeargs['gnome-shell'] = makeargs + 'CFLAGS+="-UG_DISABLE_DEPRECATED"'
+module_makeargs['network-manager-applet'] = makeargs + 'CFLAGS+="-UG_DISABLE_DEPRECATED"'
+
+# I needed to add this in order to compile in my machine
+module_autogenargs['gmp'] = autogenargs + ' ABI=32'
+
# For those that don't have SDL installed and don't have a webcam, uncomment
# the following line to skip building ekiga
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]