|
@@ -9,7 +9,6 @@ GENSIO_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
|
|
GENSIO_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (tools)
|
|
GENSIO_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (tools)
|
|
GENSIO_LICENSE_FILES = COPYING.LIB COPYING
|
|
GENSIO_LICENSE_FILES = COPYING.LIB COPYING
|
|
GENSIO_INSTALL_STAGING = YES
|
|
GENSIO_INSTALL_STAGING = YES
|
|
-GENSIO_DEPENDENCIES = $(if $(BR2_PACKAGE_AVAHI_LIBAVAHI_CLIENT),avahi)
|
|
|
|
GENSIO_CONF_OPTS = \
|
|
GENSIO_CONF_OPTS = \
|
|
--without-swig \
|
|
--without-swig \
|
|
--without-python
|
|
--without-python
|
|
@@ -21,6 +20,13 @@ else
|
|
GENSIO_CONF_OPTS += --without-alsa
|
|
GENSIO_CONF_OPTS += --without-alsa
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_AVAHI_LIBAVAHI_CLIENT),y)
|
|
|
|
+GENSIO_DEPENDENCIES += avahi
|
|
|
|
+GENSIO_CONF_OPTS += --with-mdns
|
|
|
|
+else
|
|
|
|
+GENSIO_CONF_OPTS += --without-mdns
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
|
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
|
GENSIO_DEPENDENCIES += host-pkgconf libglib2
|
|
GENSIO_DEPENDENCIES += host-pkgconf libglib2
|
|
GENSIO_CONF_OPTS += --with-glib
|
|
GENSIO_CONF_OPTS += --with-glib
|