This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 21ea25ba20b0d9d038f721638e5aceaabbbc047c
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Mar 14 18:25:22 2025 +0100
test: test_grab needs -lX11
---
test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index 1cb5107..a37972d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -66,7 +66,7 @@ test_save_SOURCES = $(TEST_COMMON) test_save.cpp
test_save_LDADD = $(LIBS)
test_grab_SOURCES = $(TEST_COMMON) test_grab.cpp
-test_grab_LDADD = $(LIBS)
+test_grab_LDADD = $(LIBS) -lX11
test_scale_SOURCES = $(TEST_COMMON) test_scale.cpp
test_scale_LDADD = $(LIBS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.