From 1e2f88dac0d6b2d7fcc4c7e1193004c9d5739e09 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Tue, 18 Aug 2015 18:38:29 +0200 Subject: [PATCH] Add libqt5webkit5-dev to the build deps --- debian/calamares.install | 6 +++--- debian/control | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/calamares.install b/debian/calamares.install index 2c5f2f1..9558c03 100644 --- a/debian/calamares.install +++ b/debian/calamares.install @@ -1,6 +1,6 @@ +# ODROID specific module to resize partitions +debian/fs_resize /usr/lib/calamares/modules/ debian/packages.conf /etc/calamares/modules/ -debian/welcome.conf /etc/calamares/modules/ debian/settings.conf /etc/calamares/ +debian/welcome.conf /etc/calamares/modules/ usr/* -# ODROID specific module to resize partitions -debian/fs_resize /usr/lib/calamares/modules/ diff --git a/debian/control b/debian/control index 1e42d73..457d0f7 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: cmake, libparted-dev, libpolkit-qt5-1-dev, libqt5svg5-dev, + libqt5webkit5-dev, libyaml-cpp-dev, os-prober, pkg-config,