Browse Source

+ compile mouse before keyboard, as keyboard depends on it (MorphOS)

git-svn-id: trunk@17142 -
Károly Balogh 14 years ago
parent
commit
8b7e98db4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/morphos/Makefile.fpc

+ 1 - 1
rtl/morphos/Makefile.fpc

@@ -15,7 +15,7 @@ units=$(SYSTEMUNIT) objpas macpas iso7185 strings \
       exec timer doslib utility hardware inputevent keymap graphics layers \
       exec timer doslib utility hardware inputevent keymap graphics layers \
       intuition aboxlib mui \
       intuition aboxlib mui \
 # these units are here, because they depend on system interface units above
 # these units are here, because they depend on system interface units above
-      kvm video keyboard mouse sockets \
+      kvm video mouse keyboard sockets \
 # these can be moved to packages later
 # these can be moved to packages later
       clipboard datatypes asl ahi tinygl get9 muihelper
       clipboard datatypes asl ahi tinygl get9 muihelper
 #implicitunits=exeinfo
 #implicitunits=exeinfo