debian: Add test run dependencies

We need xvfb to run the tests since this involves creating GTK
widgets.
This commit is contained in:
Guido Günther
2019-07-23 10:10:36 +02:00
parent 9b10f56ba6
commit aff71e0e33

5
debian/control vendored
View File

@ -11,7 +11,10 @@ Build-Depends:
libcroco3-dev,
libwayland-dev (>= 1.16),
rustc,
wayland-protocols (>= 1.14)
wayland-protocols (>= 1.14),
# for running the tests
xvfb,
xauth,
Standards-Version: 4.1.3
Homepage: https://source.puri.sm/Librem5/squeekboard