The mouse add-on got the meaning of COMPILE_FOR_R5 a bit wrong.
Now, it will always link against our libbe.so, so it might not work under R5 anymore at all (which is okay since it can now be run natively). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12232 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,12 +5,7 @@ UsePrivateHeaders input ;
|
||||
Addon <input>mouse : input_server/devices :
|
||||
MouseInputDevice.cpp
|
||||
: false
|
||||
: be <nogrist>input_server ;
|
||||
|
||||
if $(COMPILE_FOR_R5) {
|
||||
} else {
|
||||
LinkSharedOSLibs <input>mouse : <boot!home!config!lib>libopenbeos.so ;
|
||||
}
|
||||
: libbe.so <nogrist>input_server ;
|
||||
|
||||
Package haiku-inputkit-cvs :
|
||||
<input>mouse :
|
||||
|
||||
Reference in New Issue
Block a user