summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-22 16:37:01 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-22 16:37:01 +0000
commitf48e33d9557e7f0a60a4e5f9b932daf9b31e14d7 (patch)
tree1d9ff8d7256be9f2e63ed5c11f1caf879b4cbd56
parentf56559d8a3f4d22cbc3cf801184fb7e93ebd8b9a (diff)
Don't build xvmc unless we have DRI support
-rw-r--r--src/xvmc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xvmc/Makefile.am b/src/xvmc/Makefile.am
index 38b6201..d3451d9 100644
--- a/src/xvmc/Makefile.am
+++ b/src/xvmc/Makefile.am
@@ -1,3 +1,4 @@
+if DRI
SUBDIRS = unichrome unichromeProA
EXTRA_DIST = driDrawable.c \
@@ -7,3 +8,4 @@ EXTRA_DIST = driDrawable.c \
viaXvMCPriv.h \
viaLowLevel.h
+endif