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:
@@ -50,5 +50,4 @@ SharedLibrary agg :
|
|||||||
#gpc/gpc.c
|
#gpc/gpc.c
|
||||||
;
|
;
|
||||||
|
|
||||||
LinkSharedOSLibs libagg.so : root be
|
LinkSharedOSLibs libagg.so : root be libfreetype.so ;
|
||||||
<boot!home!config!lib>libfreetype.so ;
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ Server OBAppServer :
|
|||||||
ViewDriver.cpp
|
ViewDriver.cpp
|
||||||
;
|
;
|
||||||
LinkSharedOSLibs OBAppServer : be root game translation stdc++.r4
|
LinkSharedOSLibs OBAppServer : be root game translation stdc++.r4
|
||||||
<boot!home!config!lib>libfreetype.so ;
|
libfreetype.so ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src servers app proto7 testobapp ;
|
SubInclude OBOS_TOP src servers app proto7 testobapp ;
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ SharedLibrary appserver :
|
|||||||
|
|
||||||
LinkSharedOSLibs libappserver.so : root be
|
LinkSharedOSLibs libappserver.so : root be
|
||||||
<boot!home!config!lib>libopenbeos.so
|
<boot!home!config!lib>libopenbeos.so
|
||||||
<boot!home!config!lib>libfreetype.so ;
|
libfreetype.so ;
|
||||||
|
|
||||||
Server app_server :
|
Server app_server :
|
||||||
# Misc. Sources
|
# Misc. Sources
|
||||||
|
|||||||
Reference in New Issue
Block a user