mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
libsoup: enable introspection
This commit is contained in:
@@ -20,6 +20,7 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libcurl$secondaryArchSuffix
|
lib:libcurl$secondaryArchSuffix
|
||||||
|
lib:libgirepository_1.0$secondaryArchSuffix
|
||||||
lib:libglib_2.0$secondaryArchSuffix
|
lib:libglib_2.0$secondaryArchSuffix
|
||||||
lib:libglib_networking_2.0${secondaryArchSuffix}
|
lib:libglib_networking_2.0${secondaryArchSuffix}
|
||||||
lib:libiconv$secondaryArchSuffix
|
lib:libiconv$secondaryArchSuffix
|
||||||
@@ -40,6 +41,7 @@ REQUIRES_devel="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libcurl$secondaryArchSuffix
|
devel:libcurl$secondaryArchSuffix
|
||||||
|
devel:libgirepository_1.0$secondaryArchSuffix
|
||||||
devel:libglib_2.0$secondaryArchSuffix
|
devel:libglib_2.0$secondaryArchSuffix
|
||||||
devel:libsqlite3$secondaryArchSuffix
|
devel:libsqlite3$secondaryArchSuffix
|
||||||
devel:libxml2$secondaryArchSuffix
|
devel:libxml2$secondaryArchSuffix
|
||||||
@@ -60,7 +62,7 @@ BUILD_PREREQUIRES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
runConfigure ./configure --disable-nls --without-gnome --disable-tls-check \
|
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
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user