diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk index 336d11a978..f3e79c8436 100644 --- a/package/libostree/libostree.mk +++ b/package/libostree/libostree.mk @@ -40,7 +40,7 @@ endif #cURL support depends on libsoup ifeq ($(BR2_PACKAGE_LIBSOUP),y) -LIBOSTREE_CONF_OPTS += --with-libsoup +LIBOSTREE_CONF_OPTS += --with-soup LIBOSTREE_DEPENDENCIES += libsoup ifeq ($(BR2_PACKAGE_LIBCURL),y) LIBOSTREE_CONF_OPTS += --with-curl @@ -49,7 +49,7 @@ else LIBOSTREE_CONF_OPTS += --without-curl endif else -LIBOSTREE_CONF_OPTS += --without-libsoup --without-curl +LIBOSTREE_CONF_OPTS += --without-soup --without-curl endif ifeq ($(BR2_PACKAGE_LIBARCHIVE),y)