diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-16 21:48:52 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-16 21:48:52 -0700 |
commit | 180ec128adef11a9a90cea1189dc31ac5de8359f (patch) | |
tree | 745e923ed233dd38ca66c52ce4ef83a77b710a44 | |
parent | 7b4b89c1da02d712f08589d5d4f445bbe4b0404c (diff) |
Xquartz: Don't need to link against rlAccel since we don't use it
-rw-r--r-- | hw/xquartz/xpr/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/xpr/Makefile.am b/hw/xquartz/xpr/Makefile.am index b4d67c7b7..652356180 100644 --- a/hw/xquartz/xpr/Makefile.am +++ b/hw/xquartz/xpr/Makefile.am @@ -40,7 +40,6 @@ Xquartz_LDADD = \ $(top_builddir)/record/librecord.la \ $(top_builddir)/XTrap/libxtrap.la \ $(top_builddir)/miext/rootless/librootless.la \ - $(top_builddir)/miext/rootless/accel/librlAccel.la \ $(DARWIN_LIBS) $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lXplugin Xquartz_LDFLAGS = \ |