Skip to content

Commit 2e466c3

Browse files
committed
libsoup: have configure not check for apache.
This stops the libsoup configure stage hanging while trying to find apache. This might be something cross related or specific to my machine, however ultimately the apache httpd test are not needed.
1 parent b0b2b4f commit 2e466c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modulesets/clutter-android.modules

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
</dependencies>
151151
</autotools>
152152

153-
<autotools id="libsoup" autogenargs="--disable-tls-check --without-gnome">
153+
<autotools id="libsoup" autogenargs="--disable-tls-check --without-gnome --without-apache-httpd">
154154
<branch module="djdeath/libsoup" repo="github.com" version="master"/>
155155
<dependencies>
156156
<dep package="glib"/>

0 commit comments

Comments
 (0)