Skip to content

Commit

Permalink
make gnome-control-center support optionnal
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Apr 15, 2013
1 parent 2f843cb commit 7fbc87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -160,7 +160,7 @@ AC_CHECK_HEADERS([X11/extensions/XInput2.h])
AC_ARG_WITH([controlcenterdir], AC_ARG_WITH([controlcenterdir],
AS_HELP_STRING([--with-controlcenterdir=DIR], [Gnome control-center keybindings directory]), AS_HELP_STRING([--with-controlcenterdir=DIR], [Gnome control-center keybindings directory]),
[], [],
[PKG_CHECK_MODULES(GNOME_CONTROL_CENTER, [gnome-keybindings], [with_controlcenterdir=`$PKG_CONFIG --variable keysdir gnome-keybindings`])]) [with_controlcenterdir=`$PKG_CONFIG --variable keysdir gnome-keybindings`])
AC_SUBST([controlcenterdir], [$with_controlcenterdir]) AC_SUBST([controlcenterdir], [$with_controlcenterdir])


PKG_CHECK_MODULES(DBUS, [dbus-1]) PKG_CHECK_MODULES(DBUS, [dbus-1])
Expand Down

0 comments on commit 7fbc87b

Please sign in to comment.