summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-21 18:30:58 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-21 18:30:58 -0700
commit6ceb665aeb5164bc5668786fc718dd0b0ba2a76c (patch)
tree1e45d2c12d95e9cc3e11b29f50ccbc503cc3e02a
parent0f8d2e6b1526de1558312c1b994318867d92f245 (diff)
Drop unnecessary dependencies
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e84601d..5b38737 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = transset
man_MANS = transset.1
AM_CFLAGS = $(CWARNFLAGS) $(TRANSSET_CFLAGS)
-transset_LDADD = $(TRANSSET_LIBS) -lm
+transset_LDADD = $(TRANSSET_LIBS)
transset_SOURCES = transSet.c dsimple.c dsimple.h
diff --git a/configure.ac b/configure.ac
index 03dfbe6..74f4f3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_STRUCT_TM
# Checks for library functions.
-PKG_CHECK_MODULES(TRANSSET, xcomposite xfixes xdamage xrender)
+PKG_CHECK_MODULES(TRANSSET, x11)
AC_SUBST(TRANSSET_CFLAGS)
AC_SUBST(TRANSSET_LIBS)