~ubuntu-branches/ubuntu/wily/policykit-1-gnome/wily

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-05-13 08:07:21 UTC
  • mfrom: (7.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20140513080721-551kebne0yvui8i7
Tags: 0.105-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - 04-autorestart.patch: Add gnome session restart support to ensure we
    always have an authentication agent running. To be forwarded upstream.
  - 06-authentication-failure-string.patch: Improve error message displayed
    when authentication fails.
  - 07-use-accountsservice.patch: get user icon from
    accountsservice instead of looking in ~/.face. (LP: #928249)
  - debian/patches/08-fresh-x11-timestamps.patch: use fresh X11 timestamps
    when displaying authentication dialog to circumvent focus-stealing
    prevention. (LP: #946171)
  - Tell the .desktop file for the authentication agent to auto-restart the
    agent in case of failure.
  - add dh --with translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
POLKIT_AGENT_REQUIRED=0.97
124
124
POLKIT_GOBJECT_REQUIRED=0.97
125
125
GTK_REQUIRED=3.0.0
 
126
GLIB_REQUIRED=2.30
126
127
 
127
128
PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED)
128
129
AC_SUBST(GTK_CFLAGS)
129
130
AC_SUBST(GTK_LIBS)
130
131
 
 
132
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
 
133
AC_SUBST(GLIB_CFLAGS)
 
134
AC_SUBST(GLIB_LIBS)
 
135
 
131
136
PKG_CHECK_MODULES(POLKIT_AGENT, polkit-agent-1 >= $POLKIT_AGENT_REQUIRED)
132
137
AC_SUBST(POLKIT_AGENT_CFLAGS)
133
138
AC_SUBST(POLKIT_AGENT_LIBS)