[gnome-shell] gnome-shell.modules: order GConf after gtk3
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] gnome-shell.modules: order GConf after gtk3
- Date: Mon, 25 Oct 2010 19:23:10 +0000 (UTC)
commit 6064661de9b3df89e4db89992b65c5956375790e
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Mon Oct 25 15:20:01 2010 -0400
gnome-shell.modules: order GConf after gtk3
GConf has test programs that link against GTK+, and defaults to
using gtk3 if found, so build GConf after gtk3.
tools/build/gnome-shell.modules | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index ffc03ef..abf6df9 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -131,6 +131,7 @@
<branch repo="git.gnome.org" module="gconf"/>
<dependencies>
<dep package="glib"/>
+ <dep package="gtk3"/>
</dependencies>
</autotools>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]