aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rw-r--r--tests/Makefile.am3
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 7c9d627..c706502 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
gnome-common,
libxorg-gtest-dev,
+ libxi-dev,
+ libx11-dev,
libgtest-dev,
libglib2.0-dev (>=2.14.0),
libgtk-3-dev (>= 3.0),
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5024fe7..f45114e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,5 +43,6 @@ gtest_menuitems_LDFLAGS = \
gtest_menuitems_LDADD = \
$(GTK_LIBS) \
$(IDOLIB) \
- libgtest.a
+ libgtest.a \
+ -lX11 -lXi