libsoup: enable introspection

This commit is contained in:
Gerasim Troeglazov
2022-11-29 12:04:43 +10:00
parent 0144377a0d
commit 2621da0540

View File

@@ -20,6 +20,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libcurl$secondaryArchSuffix
lib:libgirepository_1.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libglib_networking_2.0${secondaryArchSuffix}
lib:libiconv$secondaryArchSuffix
@@ -40,6 +41,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcurl$secondaryArchSuffix
devel:libgirepository_1.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
@@ -60,7 +62,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure --disable-nls --without-gnome --disable-tls-check \
--enable-vala=no --enable-introspection=no --disable-gtk-doc-html
--enable-vala=no --enable-introspection=yes --disable-gtk-doc-html
make $jobArgs
}