~olivier-martin/lightdm-gtk-greeter/lightdm-gtk-greeter-set-message-label-type

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Andrew P.
  • Date: 2014-06-06 06:56:00 UTC
  • mfrom: (279.2.5 alt_layouts_indicator)
  • Revision ID: pan.pav.7c5@gmail.com-20140606065600-pyiawiz0s3a6lyd6
Merged "layout indicator" branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    AC_DEFINE([START_INDICATOR_SERVICES], [], [Try to start indicator-services])
106
106
])
107
107
 
 
108
AC_ARG_WITH([libxklavier], AS_HELP_STRING([--with-libxklavier], [Use libxklavier to manage layouts (instead of LightDM API)]))
 
109
 
 
110
AS_IF([test "x$with_libxklavier" = "xyes"],
 
111
      [
 
112
       PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier], [have_xklavier=yes])
 
113
       AC_DEFINE([HAVE_LIBXKLAVIER], [1], [Define if "libxklavier" is present])
 
114
      ],
 
115
      [])
 
116
 
108
117
dnl ###########################################################################
109
118
dnl Internationalization
110
119
dnl ###########################################################################