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:
Axel Dörfler
2005-04-04 14:36:17 +00:00
parent e5b0e0b5e3
commit 8b618fc01c
@@ -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 :