From 9990582a27a15942c6f4183b844cf532e217c788 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 17 Jun 2013 18:01:04 -0500 Subject: remove the gtest-xorg dependency, we're no longer using gui elements in the tests --- configure.ac | 1 - debian/control | 1 - 2 files changed, 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 -- cgit v1.2.3