2008-12-28 21:54:40 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# gmpc
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
GMPC_VERSION = 0.17.0
|
|
|
|
GMPC_SOURCE = gmpc-$(GMPC_VERSION).tar.gz
|
|
|
|
GMPC_SITE = http://download.sarine.nl/download/Programs/gmpc/$(GMPC_VERSION)/
|
|
|
|
GMPC_LIBTOOL_PATCH = NO
|
2009-05-04 16:08:24 +02:00
|
|
|
GMPC_CONF_ENV = ac_cv_lib_curl_curl_global_init=yes \
|
|
|
|
ac_cv_path_GOB2=$(GOB2_HOST_BINARY)
|
2009-01-18 10:26:28 +01:00
|
|
|
GMPC_CONF_OPT = --disable-mmkeys
|
2008-12-28 21:54:40 +01:00
|
|
|
|
2009-05-04 16:08:24 +02:00
|
|
|
GMPC_DEPENDENCIES = libglib2 libgtk2 libglade libcurl libmpd host-gob2
|
2008-12-28 21:54:40 +01:00
|
|
|
|
2009-03-11 16:43:43 +01:00
|
|
|
ifeq ($(BR2_PACKAGE_XLIB_LIBSM),y)
|
|
|
|
GMPC_DEPENENCIES += xlib_libSM
|
|
|
|
GMPC_CONF_OPT += --enable-sm
|
|
|
|
else
|
|
|
|
GMPC_CONF_OPT += --disable-sm
|
|
|
|
endif
|
2008-12-28 21:54:40 +01:00
|
|
|
|
|
|
|
$(eval $(call AUTOTARGETS,package,gmpc))
|