From 5324e00cf15ffd87d631bb4e2e0317daeb1014e1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 26 Apr 2020 18:54:29 +0200 Subject: build: SMlib is dependent on ICElib --- configure.ac | 2 +- src/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ce859c8..51f6149 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ AC_ARG_ENABLE(smclient, have_sm=no if test "x$enable_smclient" != "xno"; then - PKG_CHECK_MODULES(SMCLIENT, sm >= 1.0.0, have_sm=yes, [ + PKG_CHECK_MODULES(SMCLIENT, sm >= 1.0.0 ice >= 1.0.0, have_sm=yes, [ if test "x$enable_smclient" = "xyes"; then AC_MSG_ERROR([smclient enabled but SM library not found]) fi diff --git a/src/Makefile.am b/src/Makefile.am index 7692030..053f557 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,8 +87,6 @@ mate_terminal_CFLAGS = \ $(WARN_CFLAGS) \ $(AM_CFLAGS) -mate_terminal_LDFLAGS = -lICE - mate_terminal_LDADD = \ $(TERM_LIBS) -- cgit v1.2.1