summaryrefslogtreecommitdiffstats
path: root/package/multimedia/libmpd/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-12-26 16:36:03 +0100
committerPeter Korsgaard2008-12-26 16:36:03 +0100
commit963cbf51e7d8e89d0fbec0c244ac110e6a79606f (patch)
treedeee77ec99d5f4e20d80f506017279f7a4b97d59 /package/multimedia/libmpd/Config.in
parentscripts/setlocalversion: update deprecated git-<command> usage (diff)
downloadbuildroot-963cbf51e7d8e89d0fbec0c244ac110e6a79606f.tar.gz
buildroot-963cbf51e7d8e89d0fbec0c244ac110e6a79606f.tar.xz
buildroot-963cbf51e7d8e89d0fbec0c244ac110e6a79606f.zip
package/multimedia: add libmpd package
Diffstat (limited to 'package/multimedia/libmpd/Config.in')
-rw-r--r--package/multimedia/libmpd/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/multimedia/libmpd/Config.in b/package/multimedia/libmpd/Config.in
new file mode 100644
index 000000000..72630ad27
--- /dev/null
+++ b/package/multimedia/libmpd/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBMPD
+ bool "libmpd"
+ select BR2_PACKAGE_LIBGLIB2
+ select BR2_PACKAGE_GETTEXT
+ select BR2_PACKAGE_LIBINTL
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
+ select BR2_PACKAGE_PKGCONFIG
+ help
+ High-level client library for accessing Music Player Daemon.
+ LibMpd is a library that provides high-level, callback-based
+ access to Music Player Daemon (mpd).
+
+ http://gmpcwiki.sarine.nl/index.php?title=Libmpd