build: SMlib is dependent on ICElib

rbuj 2020-04-26 18:54:29 +02:00 committed by raveit65
parent f42878c7f6
commit 5324e00cf1
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -87,8 +87,6 @@ mate_terminal_CFLAGS = \
$(WARN_CFLAGS) \
$(AM_CFLAGS)
mate_terminal_LDFLAGS = -lICE
mate_terminal_LDADD = \
$(TERM_LIBS)