[releng] Update sample-tarball-stable.jhbuildrc from unstable file



commit 331a81dd6d386f8d865bee36716f50549648005b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Oct 11 19:02:09 2016 -0500

    Update sample-tarball-stable.jhbuildrc from unstable file

 tools/smoketesting/sample-tarball-stable.jhbuildrc |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball-stable.jhbuildrc 
b/tools/smoketesting/sample-tarball-stable.jhbuildrc
index 4001ce3..9e4a0f2 100644
--- a/tools/smoketesting/sample-tarball-stable.jhbuildrc
+++ b/tools/smoketesting/sample-tarball-stable.jhbuildrc
@@ -26,8 +26,10 @@ prefix = os.path.join(checkoutroot, 'install')
 # to speed up builds, try '--disable-static --disable-gtk-doc'
 autogenargs='--disable-static --disable-gtk-doc'
 
-# these are hard to build or interfere with system packages
-skip = ['libpwquality', 'zeitgeist', 'gdm', 'gnome-packagekit', 'telepathy-mission-control', 'gitg']
+# https://bugzilla.gnome.org/show_bug.cgi?id=767917
+module_extra_env = {
+    'vinagre': {'CFLAGS': '-w' },
+}
 
-# This is needed to compile with g++ < 4.8
-module_autogenargs['WebKit'] = 'CXXFLAGS="-D_GLIBCXX_USE_SCHED_YIELD -D_GLIBCXX_USE_NANOSLEEP"'
+# these are hard to build
+skip = ['gitg', 'osinfo-db']


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]