mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Remove circular dep metacity<->gnomecc.
2007-10-03 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove circular dep metacity<->gnomecc. svn path=/trunk/; revision=3355
This commit is contained in:
parent
c691288b14
commit
34cfd6fafd
@ -1,3 +1,7 @@
|
||||
2007-10-03 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* configure.in: Remove circular dep metacity<->gnomecc.
|
||||
|
||||
2007-09-15 Elijah Newren <newren gmail com>
|
||||
|
||||
* configure.in: post-release version bump to 2.20.1
|
||||
|
@ -176,11 +176,8 @@ else
|
||||
AC_MSG_ERROR("Pango 1.2.0 or greater based on Xft2 is required")
|
||||
fi
|
||||
|
||||
if $PKG_CONFIG --exists gnome-keybindings; then
|
||||
GNOME_KEYBINDINGS_KEYSDIR=$($PKG_CONFIG --variable keysdir gnome-keybindings)
|
||||
else
|
||||
# Unconditionally use this dir to avoid a circular dep with gnomecc
|
||||
GNOME_KEYBINDINGS_KEYSDIR="${datadir}/gnome-control-center/keybindings"
|
||||
fi
|
||||
AC_SUBST(GNOME_KEYBINDINGS_KEYSDIR)
|
||||
|
||||
STARTUP_NOTIFICATION_VERSION=0.7
|
||||
|
Loading…
Reference in New Issue
Block a user