Don't link against the libfreetype.so in ~/config/lib as we don't build it
anymore. If you want to have a symlink there, just create it. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10874 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
791e6b3a75
commit
1f071637ed
@ -50,5 +50,4 @@ SharedLibrary agg :
|
||||
#gpc/gpc.c
|
||||
;
|
||||
|
||||
LinkSharedOSLibs libagg.so : root be
|
||||
<boot!home!config!lib>libfreetype.so ;
|
||||
LinkSharedOSLibs libagg.so : root be libfreetype.so ;
|
||||
|
@ -35,7 +35,7 @@ Server OBAppServer :
|
||||
ViewDriver.cpp
|
||||
;
|
||||
LinkSharedOSLibs OBAppServer : be root game translation stdc++.r4
|
||||
<boot!home!config!lib>libfreetype.so ;
|
||||
libfreetype.so ;
|
||||
|
||||
SubInclude OBOS_TOP src servers app proto7 testobapp ;
|
||||
|
||||
|
@ -38,7 +38,7 @@ SharedLibrary appserver :
|
||||
|
||||
LinkSharedOSLibs libappserver.so : root be
|
||||
<boot!home!config!lib>libopenbeos.so
|
||||
<boot!home!config!lib>libfreetype.so ;
|
||||
libfreetype.so ;
|
||||
|
||||
Server app_server :
|
||||
# Misc. Sources
|
||||
|
Loading…
Reference in New Issue
Block a user