diff options
| author | 2021-11-10 00:56:03 -0500 | |
|---|---|---|
| committer | 2021-11-10 00:56:03 -0500 | |
| commit | 8978eafa4764098b67ee4fef6acb720b60007270 (patch) | |
| tree | 2fee3f7c527ec488f2f4db93a739c635b4c763db | |
| parent | 1d4f2d57b471cb749e54e420d1dc38f0332c212f (diff) | |
d/control: Build-Depend on libgmock-dev, xauth, xvfb and annotate tests <!nocheck>.
| -rw-r--r-- | debian/control | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 9841558..bab007a 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Build-Depends: debhelper-compat (= 13), cmake, libavahi-compat-libdnssd-dev, libcurl4-openssl-dev | libcurl-dev, - libgtest-dev, + libgtest-dev <!nocheck>, + libgmock-dev <!nocheck>, libice-dev, libsm-dev, libssl-dev, @@ -14,7 +15,9 @@ Build-Depends: debhelper-compat (= 13), libxinerama-dev, libxrandr-dev, libxtst-dev, - qtbase5-dev + qtbase5-dev, + xauth <!nocheck>, + xvfb <!nocheck>, Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://github.com/debauchee/barrier/ |
