gmpc: fix typo
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 25 Jul 2010 20:17:08 +0000 (22:17 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 25 Jul 2010 20:17:08 +0000 (22:17 +0200)
Fixes build with libSM support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/gmpc/gmpc.mk

diff --git a/CHANGES b/CHANGES
index 6fa9b7b5dc626ed17282e561cc2d72c4e1b9c0ed..2b3a07158c5f1d567519f370a0218c250d96594b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -17,7 +17,7 @@
        Updated/fixed packages: alsa-lib, alsamixergui, avahi,
        berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
        dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
-       dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
+       dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk, gmpc,
        gst-plugins-base, gst-plugins-good, gstreamer, gzip, intltool,
        ipsec-tools, iptables, libart, libcgi, libdrm, libfuse,
        libgpg-error, libidn, liblockfile, libpng, lighttpd, links,
index 6016e7cfc05b88ce5e71201f8f98e457d0302c92..940f264c9da50367271d60180bfcbd66a2b52c86 100644 (file)
@@ -15,7 +15,7 @@ GMPC_DEPENDENCIES = libglib2 libgtk2 libglade libcurl libmpd host-gob2 host-intl
        $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
 
 ifeq ($(BR2_PACKAGE_XLIB_LIBSM),y)
-GMPC_DEPENENCIES += xlib_libSM
+GMPC_DEPENDENCIES += xlib_libSM
 GMPC_CONF_OPT += --enable-sm
 else
 GMPC_CONF_OPT += --disable-sm