diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c6cc8e0..5e29f36 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,6 @@ AC_ARG_ENABLE([tests], if test "x$enable_tests" != "xno"; then m4_include([m4/gtest.m4]) CHECK_GTEST - CHECK_XORG_GTEST if test "x$enable_tests" = "xauto"; then enable_tests=${have_gtest} elif test "x$enable_tests" = "xyes" && test "x$have_gtest" != "xyes"; then diff --git a/debian/control b/debian/control index 2be3f6f..169665f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, intltool, - libxorg-gtest-dev, libgtest-dev, libglib2.0-dev (>= 2.35.4), Standards-Version: 3.9.2 |