Commit 5e0dd505 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gmpc: fix typo



Fixes build with libSM support.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c03cab14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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