Added print transport and driver add-ons to the image.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1f66b01946
commit
3c1e481aa7
@ -80,6 +80,12 @@ BEOS_ADD_ONS_MEDIA_PLUGINS = $(GPL_ONLY)ac3_decoder
|
|||||||
# theora
|
# theora
|
||||||
vorbis wav_reader
|
vorbis wav_reader
|
||||||
;
|
;
|
||||||
|
BEOS_ADD_ONS_PRINT = Canon\ LIPS3\ Compatible Canon\ LIPS4\ Compatible PCL5\ Compatible
|
||||||
|
PCL6\ Compatible PDF\ Writer PS\ Compatible Preview
|
||||||
|
;
|
||||||
|
BEOS_ADD_ONS_PRINT_TRANSPORT = HP\ JetDirect IPP LPR Parallel\ Port Print\ To\ File
|
||||||
|
Serial\ Port USB\ Port
|
||||||
|
;
|
||||||
BEOS_ADD_ONS_SCREENSAVERS = Haiku IFS ;
|
BEOS_ADD_ONS_SCREENSAVERS = Haiku IFS ;
|
||||||
BEOS_ADD_ONS_DRIVERS_AUDIO = auich auvia emuxki ;
|
BEOS_ADD_ONS_DRIVERS_AUDIO = auich auvia emuxki ;
|
||||||
BEOS_ADD_ONS_DRIVERS_GRAPHICS = $(X86_ONLY)radeon.driver $(X86_ONLY)nv.driver
|
BEOS_ADD_ONS_DRIVERS_GRAPHICS = $(X86_ONLY)radeon.driver $(X86_ONLY)nv.driver
|
||||||
@ -257,6 +263,9 @@ AddFilesToHaikuImage beos system add-ons kernel network ppp
|
|||||||
: $(BEOS_NETWORK_PPP) ;
|
: $(BEOS_NETWORK_PPP) ;
|
||||||
AddFilesToHaikuImage beos system add-ons kernel network protocols
|
AddFilesToHaikuImage beos system add-ons kernel network protocols
|
||||||
: $(BEOS_NETWORK_PROTOCOLS) ;
|
: $(BEOS_NETWORK_PROTOCOLS) ;
|
||||||
|
AddFilesToHaikuImage beos system add-ons Print : $(BEOS_ADD_ONS_PRINT) ;
|
||||||
|
AddFilesToHaikuImage beos system add-ons Print transport
|
||||||
|
: $(BEOS_ADD_ONS_PRINT_TRANSPORT) ;
|
||||||
AddFilesToHaikuImage beos system add-ons Screen\ Savers
|
AddFilesToHaikuImage beos system add-ons Screen\ Savers
|
||||||
: $(BEOS_ADD_ONS_SCREENSAVERS) ;
|
: $(BEOS_ADD_ONS_SCREENSAVERS) ;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user