mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
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,
|
Updated/fixed packages: alsa-lib, alsamixergui, avahi,
|
||||||
berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
|
berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
|
||||||
dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
|
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,
|
gst-plugins-base, gst-plugins-good, gstreamer, gzip, intltool,
|
||||||
ipsec-tools, iptables, libart, libcgi, libdrm, libfuse,
|
ipsec-tools, iptables, libart, libcgi, libdrm, libfuse,
|
||||||
libgpg-error, libidn, liblockfile, libpng, lighttpd, links,
|
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)
|
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XLIB_LIBSM),y)
|
ifeq ($(BR2_PACKAGE_XLIB_LIBSM),y)
|
||||||
GMPC_DEPENENCIES += xlib_libSM
|
GMPC_DEPENDENCIES += xlib_libSM
|
||||||
GMPC_CONF_OPT += --enable-sm
|
GMPC_CONF_OPT += --enable-sm
|
||||||
else
|
else
|
||||||
GMPC_CONF_OPT += --disable-sm
|
GMPC_CONF_OPT += --disable-sm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user