[gnome-screensaver] The dialog uses libxklavier directly, so link against it
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screensaver] The dialog uses libxklavier directly, so link against it
- Date: Wed, 17 Nov 2010 21:48:01 +0000 (UTC)
commit 1b4c2717763275375967f2279e065a65852967cb
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Nov 17 09:01:41 2010 +1100
The dialog uses libxklavier directly, so link against it
https://bugzilla.gnome.org/show_bug.cgi?id=634949
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a2379f2..a80b92a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -643,7 +643,7 @@ have_libgnomekbdui=no
AC_ARG_WITH(kbd-layout-indicator,[ --without-kbd-layout-indicator disable keyboard layout indicator],
[with_kbd_layout_indicator="$withval"],[with_kbd_layout_indicator=yes])
if test x$with_kbd_layout_indicator != xno; then
- PKG_CHECK_MODULES(LIBGNOMEKBDUI, libgnomekbdui >= $LIBGNOMEKBDUI_REQUIRED_VERSION, have_libgnomekbdui=yes, have_libgnomekbdui=no)
+ PKG_CHECK_MODULES(LIBGNOMEKBDUI, libgnomekbdui >= $LIBGNOMEKBDUI_REQUIRED_VERSION libxklavier, have_libgnomekbdui=yes, have_libgnomekbdui=no)
fi
if test "x$have_libgnomekbdui" = "xyes"; then
AC_SUBST(LIBGNOMEKBDUI_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]