add libshared to the development packages.
* We install the headers for many things that are currently in libshared (BColumnListView, BCalendarView, etc). So it makes sense to also provide the lib in an "use at your own risk" way. Only the static library is included, so apps linking against it should continue running on newer Haiku versions even if the content of the lib changes. * 3rd party application developers can now make use of those experimental features without having to copypaste and fork the sources.
This commit is contained in:
parent
654ae69aa6
commit
5f8fd4c0db
@ -35,7 +35,7 @@ for lib in [ HaikuImageGetSystemLibs ] $(developmentLibs) {
|
||||
}
|
||||
|
||||
# static libraries
|
||||
AddFilesToPackage develop lib : <$(architecture)>liblocalestub.a ;
|
||||
AddFilesToPackage develop lib : <$(architecture)>liblocalestub.a libshared.a ;
|
||||
|
||||
# the POSIX error code mapper library
|
||||
AddFilesToPackage develop lib : libposix_error_mapper.a ;
|
||||
|
@ -34,7 +34,7 @@ for lib in [ HaikuImageGetSystemLibs ] $(developmentLibs) {
|
||||
|
||||
# static libraries
|
||||
AddFilesToPackage develop lib $(architecture)
|
||||
: <$(architecture)>liblocalestub.a ;
|
||||
: <$(architecture)>liblocalestub.a <$(architecture)>libshared.a ;
|
||||
|
||||
# the POSIX error code mapper library
|
||||
AddFilesToPackage develop lib $(architecture)
|
||||
|
Loading…
Reference in New Issue
Block a user