aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-05-30 12:18:22 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-05-31 21:27:38 +0200
commit513018e53f460c795c18703c20ff3227ceda7dcc (patch)
treecb7c0b3e9db8609904cb666635e4fab6878d2721
parentd8bf467a988e8211f06f105da2c56b9f44ce8f29 (diff)
downloadmpd-notification-513018e53f460c795c18703c20ff3227ceda7dcc.tar.gz
mpd-notification-513018e53f460c795c18703c20ff3227ceda7dcc.tar.zst
mention adwaita-icon-theme in dependencies
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf07dfb..2b4965d 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,8 @@ To compile and run `mpd-notification` you need:
* [libnotify](http://library.gnome.org/devel/notification-spec/)
* [libmpdclient](http://www.musicpd.org/libs/libmpdclient/)
* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation)
-* `gnome-icon-theme` (or anything else that includes an icon named `audio-x-generic`)
+* `gnome-icon-theme` or `adwaita-icon-theme` (or anything else that includes
+ an icon named `audio-x-generic`)
To use `mpd-notification` you probably want `mpd`, the
[music player daemon](http://www.musicpd.org/) itself. ;)