summaryrefslogtreecommitdiff
path: root/libraries/libcanberra/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libcanberra/README')
-rw-r--r--libraries/libcanberra/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/libraries/libcanberra/README b/libraries/libcanberra/README
deleted file mode 100644
index 431a9b4043..0000000000
--- a/libraries/libcanberra/README
+++ /dev/null
@@ -1,16 +0,0 @@
-libcanberra is an implementation of the XDG Sound Theme and Name
-Specifications, for generating event sounds on free desktops.
-It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null)
-and is designed to be portable.
-
-This requires GConf and sound-theme-freedesktop, and you'll need to make
-sure GTK_MODULES contains "canberra-gtk-module" - the easiest way to do
-that is to have something like this in your shell initialization:
-
- if [ -z "$GTK_MODULES" ] ; then
- GTK_MODULES="canberra-gtk-module"
- else
- GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
- fi
- export GTK_MODULES
-