diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-12-03 17:04:45 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-12-03 17:04:45 +0000 |
commit | 26f9c4305660c2b3dc7fe8d214bcdd3c24e1b198 (patch) | |
tree | 755dd8493d0a89c8184a1ad5690b95e51300366f /Makefile.am | |
parent | 98231c6b38c98976f4ac2b9417ecfbc37a8cbe9a (diff) |
Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> Patch
#3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid
and cfb24 only need to be built on sparc
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 252d99b21..516bad49e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,10 @@ endif if CFB CFB_DIR=cfb CFB16_DIR=cfb16 +# cfb24 is only used by xf8_32wid, which is only used by sunffb on SPARC +if BUILD_XF8_32WID CFB24_DIR=cfb24 +endif CFB32_DIR=cfb32 endif |