summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-11-07 00:53:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-11-07 00:53:32 +0000
commit07d08f2dcceba110009f9cd78b5dc748e21b7934 (patch)
tree9e43814c8a606098e5bf66e84cdaf182aa6ac3cf /sys
parent8d9788cb0ba961ad452a0f2d2f697e2011406c31 (diff)
test and define HAVE_XSHM build ximage plugin
Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index 074a5bde..e47dc0e3 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -35,7 +35,7 @@ VCD_DIR=
endif
if USE_XFREE
-XVIDEO_DIR=xvideo
+XVIDEO_DIR=xvideo ximage
else
XVIDEO_DIR=
endif