aaffd209fa
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
644 B
Makefile
19 lines
644 B
Makefile
################################################################################
|
|
#
|
|
# gmpc
|
|
#
|
|
################################################################################
|
|
|
|
GMPC_VERSION = 11.8.16
|
|
GMPC_SITE = http://download.sarine.nl/Programs/gmpc/$(GMPC_VERSION)
|
|
GMPC_CONF_ENV = ac_cv_path_GOB2=$(GOB2_HOST_BINARY)
|
|
GMPC_CONF_OPTS = --disable-mmkeys --disable-unique
|
|
GMPC_LICENSE = GPLv2+
|
|
GMPC_LICENSE_FILES = COPYING
|
|
GMPC_DEPENDENCIES = host-gob2 host-intltool host-pkgconf host-vala \
|
|
libglib2 libgtk2 libmpd libsoup sqlite \
|
|
xlib_libICE xlib_libSM xlib_libX11 \
|
|
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
|
|
|
$(eval $(autotools-package))
|