Browse Source

gmpc: fix typo

Fixes build with libSM support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 years ago
parent
commit
5e0dd50523
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGES
  2. 1 1
      package/gmpc/gmpc.mk

+ 1 - 1
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,

+ 1 - 1
package/gmpc/gmpc.mk

@@ -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