diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-17 18:01:04 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-17 18:01:04 -0500 |
commit | 9990582a27a15942c6f4183b844cf532e217c788 (patch) | |
tree | ca6294e2fd3b6d75f2a08348595bf68eb08701b4 | |
parent | aa625b0b86ed15755b0b7cebc7f90da55059e3a6 (diff) | |
download | ayatana-indicator-power-9990582a27a15942c6f4183b844cf532e217c788.tar.gz ayatana-indicator-power-9990582a27a15942c6f4183b844cf532e217c788.tar.bz2 ayatana-indicator-power-9990582a27a15942c6f4183b844cf532e217c788.zip |
remove the gtest-xorg dependency, we're no longer using gui elements in the tests
-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 |