xref: /OK3568_Linux_fs/buildroot/package/gupnp/gupnp.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# gupnp
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunGUPNP_VERSION_MAJOR = 1.3
8*4882a593SmuzhiyunGUPNP_VERSION = $(GUPNP_VERSION_MAJOR).1
9*4882a593SmuzhiyunGUPNP_SOURCE = gupnp-$(GUPNP_VERSION).tar.xz
10*4882a593SmuzhiyunGUPNP_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp/$(GUPNP_VERSION_MAJOR)
11*4882a593SmuzhiyunGUPNP_LICENSE = LGPL-2.1+
12*4882a593SmuzhiyunGUPNP_LICENSE_FILES = COPYING
13*4882a593SmuzhiyunGUPNP_CPE_ID_VENDOR = gnome
14*4882a593SmuzhiyunGUPNP_INSTALL_STAGING = YES
15*4882a593SmuzhiyunGUPNP_DEPENDENCIES = host-pkgconf libglib2 libxml2 gssdp util-linux
16*4882a593SmuzhiyunGUPNP_CONF_OPTS = -Dexamples=false
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
19*4882a593SmuzhiyunGUPNP_CONF_OPTS += -Dintrospection=true -Dvapi=true
20*4882a593SmuzhiyunGUPNP_DEPENDENCIES += host-vala gobject-introspection
21*4882a593Smuzhiyunelse
22*4882a593SmuzhiyunGUPNP_CONF_OPTS += -Dintrospection=false -Dvapi=false
23*4882a593Smuzhiyunendif
24*4882a593Smuzhiyun
25*4882a593Smuzhiyun$(eval $(meson-package))
26