gmpc: fix typo
Fixes build with libSM support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c03cab1430
commit
5e0dd50523
2
CHANGES
2
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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user