~renatofilho/account-plugins/update-owncloud

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2016-04-05 12:57:45 UTC
  • mfrom: (155.1.5 usernames-1565772)
  • Revision ID: ci-train-bot@canonical.com-20160405125745-fx505raai74snmm3
Retrieve usernames in Facebook, Flickr, Google and Twitter plugins

Use the new APIs in libaccount-plugin to override the query_username() method; remove the unneeded webkit-options files from some account providers. Fixes: #1565772

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      [have_libaccount_plugin=no])
42
42
 
43
43
AS_IF([test "x$have_libaccount_plugin" = "xyes"],
44
 
      [PKG_CHECK_MODULES([ACCOUNT_PLUGINS], [account-plugin >= 0.1.3])],
 
44
      [
 
45
        PKG_CHECK_MODULES([ACCOUNT_PLUGINS], [account-plugin >= 0.1.3])
 
46
        PKG_CHECK_MODULES([RESTAPIS], [libsoup-2.4 json-glib-1.0])
 
47
      ],
45
48
      [AS_IF([test "x$enable_libaccount_plugin" = "xyes"],
46
49
             [AC_MSG_ERROR([libaccount-plugin support enabled but required dependencies were not found])])])
47
50