~ci-train-bot/unity-settings-daemon/unity-settings-daemon-ubuntu-artful-2967

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Robert Ancell
  • Date: 2017-03-24 03:49:07 UTC
  • Revision ID: robert.ancell@canonical.com-20170324034907-ycuaac4ehvpox7qu
Revert drop updates plugin (LP: #1675612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
DEB_DH_MAKESHLIBS_ARGS_ALL += -X/usr/lib/unity-settings-daemon-1.0
10
10
DEB_CONFIGURE_SCRIPT := ./autogen.sh
11
 
DEB_CONFIGURE_EXTRA_FLAGS = --enable-systemd --enable-ibus --enable-fcitx
 
11
DEB_CONFIGURE_EXTRA_FLAGS = --enable-systemd --disable-packagekit --enable-ibus --enable-fcitx
12
12
 
13
13
build/unity-settings-daemon::
14
14
        gcc -o gnome-settings-daemon/gnome-update-wallpaper-cache debian/gnome-update-wallpaper-cache.c `pkg-config --cflags --libs glib-2.0 gdk-3.0 gdk-x11-3.0 gio-2.0 gnome-desktop-3.0`