From 993a05b9f2eecba1f4f7298327657cf63269abad Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 6 Jan 2012 20:11:50 -0500 Subject: [PATCH] gnomeos: --disable-silent-rules globally --- gnomeos/3.4/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomeos/3.4/manifest.json b/gnomeos/3.4/manifest.json index 1898dbbe..28518da6 100644 --- a/gnomeos/3.4/manifest.json +++ b/gnomeos/3.4/manifest.json @@ -3,7 +3,7 @@ "architectures": ["i686"], "base": "yocto/gnomeos-3.4", - "config-opts": ["--disable-static"], + "config-opts": ["--disable-static", "--disable-silent-rules"], "vcsconfig": {"gnome": "git:git://git.gnome.org/", "fd": "git:git://anongit.freedesktop.org/git/"},