Removed libnetwork.so aliases from Development officially supported libraries.
Only libGL.so aliases, libglut.so and libGLU.so, deserves to be there. Automatic space/tab cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31128 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b7c5bd634b
commit
da03e5cb10
@ -251,8 +251,11 @@ if $(TARGET_ARCH) = x86 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SYSTEM_LIBS_ALIASES
|
SYSTEM_LIBS_ALIASES =
|
||||||
= $(SYSTEM_LIBS_LIBNETWORK_ALIASES) libnetapi.so $(SYSTEM_LIBS_LIBGL_ALIASES) ;
|
$(SYSTEM_LIBS_LIBNETWORK_ALIASES)
|
||||||
|
libnetapi.so
|
||||||
|
$(SYSTEM_LIBS_LIBGL_ALIASES)
|
||||||
|
;
|
||||||
|
|
||||||
# servers
|
# servers
|
||||||
AddFilesToHaikuImage system servers : $(SYSTEM_SERVERS) ;
|
AddFilesToHaikuImage system servers : $(SYSTEM_SERVERS) ;
|
||||||
@ -517,9 +520,9 @@ AddFilesToHaikuImage optional system add-ons input_server methods : canna ;
|
|||||||
|
|
||||||
# printers
|
# printers
|
||||||
AddDirectoryToHaikuImage home config settings printers Preview
|
AddDirectoryToHaikuImage home config settings printers Preview
|
||||||
: home-config-settings-printers-preview.rdef ;
|
: home-config-settings-printers-preview.rdef ;
|
||||||
AddDirectoryToHaikuImage home config settings printers "Save as PDF"
|
AddDirectoryToHaikuImage home config settings printers "Save as PDF"
|
||||||
: home-config-settings-printers-save-as-pdf.rdef ;
|
: home-config-settings-printers-save-as-pdf.rdef ;
|
||||||
|
|
||||||
# licenses
|
# licenses
|
||||||
CopyDirectoryToHaikuImage system data
|
CopyDirectoryToHaikuImage system data
|
||||||
|
@ -317,7 +317,7 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ] && $(TARGET_ARCH) = x86 {
|
|||||||
|
|
||||||
# library symlinks
|
# library symlinks
|
||||||
local lib ;
|
local lib ;
|
||||||
for lib in $(SYSTEM_LIBS) $(SYSTEM_LIBS_ALIASES) {
|
for lib in $(SYSTEM_LIBS) $(SYSTEM_LIBS_LIBGL_ALIASES) {
|
||||||
AddSymlinkToHaikuHybridImage $(abiDirTokens) lib
|
AddSymlinkToHaikuHybridImage $(abiDirTokens) lib
|
||||||
: /system/lib $(lib:BS) : : true ;
|
: /system/lib $(lib:BS) : : true ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user