HaikuDevel: Include libprint.a and libprintutils.a.
It's essentially impossible to build printer drivers outside the tree without these (and I'm presently trying to outsource the PDFWriter.)
This commit is contained in:
@@ -41,8 +41,8 @@ for lib in [ HaikuImageGetSystemLibs ] $(developmentLibs) {
|
|||||||
AddFilesToPackage develop lib :
|
AddFilesToPackage develop lib :
|
||||||
libcolumnlistview.a
|
libcolumnlistview.a
|
||||||
<$(architecture)>liblocalestub.a
|
<$(architecture)>liblocalestub.a
|
||||||
libm.a
|
libm.a libpthread.a
|
||||||
libpthread.a
|
libprint.a libprintutils.a
|
||||||
<$(architecture)>libshared.a ;
|
<$(architecture)>libshared.a ;
|
||||||
|
|
||||||
# the POSIX error code mapper library
|
# the POSIX error code mapper library
|
||||||
|
|||||||
Reference in New Issue
Block a user