Skip to content

Commit

Permalink
Build and install libcanberra
Browse files Browse the repository at this point in the history
gbrainy uses this to play sounds. Without it you see the following on
stderr when gbrainy tries to play a sound:

    Unix.PlaySound. Error System.DllNotFoundException: libcanberra-gtk3.so.0 assembly:<unknown assembly> type:<unknown type> member:(null)
      at (wrapper managed-to-native) gbrainy.Core.Platform.Unix.ca_gtk_play_for_widget(intptr,uint,string,string,string,string,intptr)
      at gbrainy.Core.Platform.Unix.PlaySound (System.IntPtr widget, System.String filename) [0x00000] in <c1cbe592d22c4597a90c664ab477780f>:0
  • Loading branch information
wjt committed Jul 18, 2022
1 parent 2a7cf79 commit f2820b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org.gnome.gbrainy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
]
},
"shared-modules/intltool/intltool-0.51.json",
"shared-modules/libcanberra/libcanberra.json",
{
"name": "mono",
"buildsystem": "simple",
Expand Down

0 comments on commit f2820b5

Please sign in to comment.