[Vm-dev] VM Maker: CMakeVMMaker-jeanbaptistearnaud.272.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 23 23:54:22 UTC 2014


Timothy M uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-jeanbaptistearnaud.272.mcz

==================== Summary ====================

Name: CMakeVMMaker-jeanbaptistearnaud.272
Author: jeanbaptistearnaud
Time: 15 April 2014, 4:33:48.111 pm
UUID: ef4f9366-2164-40c2-8df2-e05e5d5e0e9b
Ancestors: CMakeVMMaker-EstebanLorenzano.271

change lib asound to asound2 for raspberry pi

=============== Diff against CMakeVMMaker-EstebanLorenzano.271 ===============

Item was added:
+ ----- Method: StackCrossRaspbianConfig>>configureSoundPlugin: (in category 'as yet unclassified') -----
+ configureSoundPlugin: maker 
+ 	"extra rules for SoundPlugin"
+ 	
+ 	maker addPlatformSources: #( 'sqUnixSound').
+ 	maker addExternalLibraries: #( 'asound2' )!

Item was added:
+ ----- Method: StackRaspbianConfig>>configureSoundPlugin: (in category 'as yet unclassified') -----
+ configureSoundPlugin: maker 
+ 	"extra rules for SoundPlugin"
+ 	
+ 	maker addPlatformSources: #( 'sqUnixSound').
+ 	maker addExternalLibraries: #( 'asound2' )!



More information about the Vm-dev mailing list