summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-13 22:54:02 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-13 22:54:02 +0000
commit4f38526566dbcc296d124bb852adfa30ac4d927e (patch)
treedcaa167528089a97969791e71c0e2cd194338f61 /hw/xfree86/fbdevhw
parentdb8aa17f15f62f243400b0267bf281dd27738644 (diff)
- Use fbdevhwstub.c if <linux/fb.h> is not found
- Use x86emu on Solaris instead of vm86 - Better per-OS control over which xf86Kbd*.c and *Pci.c files to build - Set various #defines to be defined or not on Solaris as needed
Diffstat (limited to 'hw/xfree86/fbdevhw')
-rw-r--r--hw/xfree86/fbdevhw/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am
index 651cfd673..d346d9f82 100644
--- a/hw/xfree86/fbdevhw/Makefile.am
+++ b/hw/xfree86/fbdevhw/Makefile.am
@@ -2,11 +2,11 @@ module_LTLIBRARIES = libfbdevhw.la
libfbdevhw_la_LDFLAGS = -avoid-version
-#if FBDEVHW
+if FBDEVHW
libfbdevhw_la_SOURCES = fbdevhw.c
-#else
-#libxorgfbdevhw_la_SOURCES = fbdevhwstub.c
-#endif
+else
+libfbdevhw_la_SOURCES = fbdevhwstub.c
+endif
INCLUDES = $(XORG_INCS) -I$(srcdir)/../i2c