2009-04-26 23:40:32 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# libsoup
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2009-06-23 12:33:40 +02:00
|
|
|
LIBSOUP_MAJOR_VERSION:=2.26
|
|
|
|
LIBSOUP_VERSION:=$(LIBSOUP_MAJOR_VERSION).2
|
|
|
|
LIBSOUP_SOURCE:=libsoup-$(LIBSOUP_VERSION).tar.bz2
|
|
|
|
LIBSOUP_SITE:=http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_MAJOR_VERSION)
|
2009-08-10 20:22:31 +02:00
|
|
|
LIBSOUP_AUTORECONF = YES
|
2009-04-26 23:40:32 +02:00
|
|
|
LIBSOUP_INSTALL_STAGING = YES
|
|
|
|
LIBSOUP_INSTALL_TARGET = YES
|
|
|
|
|
|
|
|
LIBSOUP_CONF_ENV = \
|
|
|
|
ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal
|
|
|
|
|
|
|
|
ifneq ($(BR2_INET_IPV6),y)
|
|
|
|
LIBSOUP_CONF_ENV += soup_cv_ipv6=no
|
|
|
|
endif
|
|
|
|
|
|
|
|
LIBSOUP_CONF_OPT = \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-static \
|
|
|
|
--disable-explicit-deps \
|
|
|
|
--disable-glibtest \
|
2009-06-23 12:33:40 +02:00
|
|
|
--without-gnome \
|
2009-04-26 23:40:32 +02:00
|
|
|
--disable-gtk-doc --without-html-dir
|
|
|
|
|
2009-09-02 17:02:02 +02:00
|
|
|
LIBSOUP_DEPENDENCIES = gettext libintl host-pkgconfig host-libglib2 libglib2 libxml2
|
2009-04-26 23:40:32 +02:00
|
|
|
|
|
|
|
$(eval $(call AUTOTARGETS,package,libsoup))
|