VM Maker: CMakeVMMaker-jeanbaptistearnaud.272.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: CMakeVMMaker-jeanbaptistearnaud.272.mcz

commits-2
 
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' )!