ghaerr / microwindows

The Nano-X Window System
Other
659 stars 90 forks source link

Build of head for Linux framebuffer fails on nonexistent mou_micedev.o #8

Closed ppisa closed 5 years ago

ppisa commented 5 years ago
The driver name is miss-spelled.

diff --git a/src/drivers/Objects.rules b/src/drivers/Objects.rules
index 14de022..31e777b 100644
--- a/src/drivers/Objects.rules
+++ b/src/drivers/Objects.rules
@@ -152,7 +152,7 @@ endif

 # Linux /dev/input/mice driver
 ifeq ($(MOUSE), DEVMICEMOUSE)
-MW_CORE_OBJS += $(MW_DIR_OBJ)/drivers/mou_micedev.o
+MW_CORE_OBJS += $(MW_DIR_OBJ)/drivers/mou_devmice.o
 endif

 # Tslib touchscreen driver
ghaerr commented 5 years ago

Thanks, fixed.