From 29bb0ec46f7db0e1194da494146c45fb884b43ad Mon Sep 17 00:00:00 2001 From: Bob Ham Date: Fri, 29 Jun 2018 15:47:42 +0100 Subject: [PATCH] debian/control: Add xvfb and xauth as Build-Depends --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 905723b..72e9929 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,9 @@ Build-Depends: libgtk-3-dev, meson, pkg-config, +# to run the tests + xvfb, + xauth, Standards-Version: 4.1.3 Homepage: https://gitlab.gnome.org/Community/Purism/calls