summaryrefslogtreecommitdiff
path: root/cookbooks/gnuradio/recipes/packages.rb
diff options
context:
space:
mode:
authorDamien Walsh <me@damow.net>2013-05-31 02:14:33 +0100
committerDamien Walsh <me@damow.net>2013-05-31 02:14:33 +0100
commit6aa84eff7dae24f77ed0a820c6dca42266bf8d93 (patch)
tree465189abf1af5cee68d9ef8400949b7ebb75d667 /cookbooks/gnuradio/recipes/packages.rb
parente4d9765a8d9527e7703407039aed246be1206af4 (diff)
Basic ALSA sound output support.feat/sound
* Host platform specific right now - see Vagrantfile.
Diffstat (limited to 'cookbooks/gnuradio/recipes/packages.rb')
-rw-r--r--cookbooks/gnuradio/recipes/packages.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/cookbooks/gnuradio/recipes/packages.rb b/cookbooks/gnuradio/recipes/packages.rb
index d99489b..8201da3 100644
--- a/cookbooks/gnuradio/recipes/packages.rb
+++ b/cookbooks/gnuradio/recipes/packages.rb
@@ -49,3 +49,5 @@ package 'liborc-0.4-0'
package 'liborc-0.4-dev'
package 'libasound2-dev'
package 'python-gtk2'
+package 'alsa-oss'
+package 'alsa-utils'