From 6498670d8f1cf84aa924cded28684c7461af208f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 4 Mar 2019 16:37:53 -0600 Subject: [PATCH] Add lxqt-build-tools to build dependencies. --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index e62832b..a0400c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libqtxdg (3.3.0-0ubuntu2) UNRELEASED; urgency=medium + + * Add lxqt-build-tools to build dependencies. + + -- Simon Quigley Mon, 04 Mar 2019 16:37:37 -0600 + libqtxdg (3.3.0-0ubuntu1) disco; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 89a1efa..669630d 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: cmake, debhelper (>= 12), libmagic-dev, libqt5svg5-dev, + lxqt-build-tools, pkg-config, qtbase5-private-dev, qttools5-dev,