[SCM] inkscape/experimental: Enable DBus support

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sun Jan 1 14:52:28 UTC 2017


The following commit has been merged in the experimental branch:
commit 8c51aa40fefed676284aa49f76b507ef0fcf57dc
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Dec 28 19:15:57 2016 +0100

    Enable DBus support

diff --git a/debian/control b/debian/control
index 673b50f..6430a8b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,8 @@ Build-Depends:
  libaspell-dev,
  libboost-dev,
  libcdr-dev,
+ libdbus-1-dev,
+ libdbus-glib-1-dev,
  libgc-dev (>= 1:6.8),
  libglib2.0-dev,
  libgsl-dev,
diff --git a/debian/rules b/debian/rules
index e643f06..8e35145 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 %:
 	dh $@ --buildsystem cmake --with python2,bash-completion,gnome
 
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		-DWITH_DBUS=ON \
+
 override_dh_gnome_clean:
 	dh_gnome_clean --no-control

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list