~azzar1/snapd-glib-fork/glib-2-40

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Robert Ancell
  • Date: 2016-08-30 04:23:53 UTC
  • Revision ID: git-v1:286dc90ad146fa4df2ba64e0382eaf91340ef721
Make a D-Bus service to allow non-root users to login

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
dnl === Dependencies ==========================================================
26
26
 
27
27
PKG_CHECK_MODULES(SNAPD, [gobject-2.0 gio-2.0 gio-unix-2.0 libsoup-2.4 json-glib-1.0])
 
28
PKG_CHECK_MODULES(SNAPD_LOGIN_SERVICE, [gio-2.0 gio-unix-2.0 polkit-gobject-1])
28
29
 
29
30
dnl === Introspection =========================================================
30
31
 
42
43
 
43
44
        snapd-glib/Makefile
44
45
        snapd-glib/snapd-glib.pc
 
46
        snapd-login-service/Makefile
45
47
])
46
48
 
47
49
AC_OUTPUT