~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Sebastien Bacher
  • Date: 2019-03-19 10:17:55 UTC
  • Revision ID: seb128@ubuntu.com-20190319101755-uwzt3mx2910elowy
* debian/control, autogen.sh:
  - don't build-depends on gnome-common, that is deprecated and was
    comment out in the autogen.sh already anyway

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
GNOME_COMMON_INIT
14
14
GLIB_GSETTINGS
15
15
 
16
 
pkg_modules="glib-2.0 >= 2.34 gtk+-3.0 libnotify gio-2.0 >= 2.26 x11 json-glib-1.0"
 
16
pkg_modules="glib-2.0 >= 2.34 gtk+-3.0 libnotify gio-2.0 >= 2.26 x11"
17
17
 
18
18
PKG_CHECK_EXISTS(gudev-1.0, [ HAVE_GUDEV=1 ])
19
19
if test "x$HAVE_GUDEV" != "x"; then
100
100
pixmaps/22x22/Makefile
101
101
pixmaps/24x24/Makefile
102
102
pixmaps/48x48/Makefile
103
 
pixmaps/scalable/Makefile
104
103
po/Makefile.in
105
104
])
106
105