diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-05-09 18:04:29 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-05-09 18:04:29 +0000 |
commit | 86ffb46358965509aa3ee536f15cb5a4e5e04426 (patch) | |
tree | 899e93de29f4e34dff19b0f2eae0d1c87e0bcde5 /mi | |
parent | b46d6a44fa97a3e66de828385026b7f84d9e59b8 (diff) |
Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)
Diffstat (limited to 'mi')
-rw-r--r-- | mi/Makefile.am | 2 | ||||
-rw-r--r-- | mi/mipushpxl.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mi/Makefile.am b/mi/Makefile.am index c77eac709..83f11be0e 100644 --- a/mi/Makefile.am +++ b/mi/Makefile.am @@ -72,4 +72,4 @@ libminimi_la_SOURCES = \ libmi_la_SOURCES = $(libminimi_la_SOURCES) -INCLUDES = -I$(top_srcdir)/mfb +INCLUDES = # -I$(top_srcdir)/mfb diff --git a/mi/mipushpxl.c b/mi/mipushpxl.c index 9cdb09af9..b35a7a7a8 100644 --- a/mi/mipushpxl.c +++ b/mi/mipushpxl.c @@ -55,7 +55,9 @@ SOFTWARE. #include "scrnintstr.h" #include "pixmapstr.h" #include "regionstr.h" +#if 0 #include "../mfb/maskbits.h" +#endif #include "mi.h" #define NPT 128 |