We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0b2b4f + 47fc5d6 commit 8f7bfbbCopy full SHA for 8f7bfbb
README
@@ -17,6 +17,7 @@ This script will take care of downloading the Android SDK/NDK for you.
17
Once the stack is compiled you can setup and install the demo app by
18
running :
19
20
+$ source android-env.sh
21
$ make ohand-app-full
22
23
After you setup the app, any modification to the app can be compiled
modulesets/clutter-android.modules
@@ -150,7 +150,7 @@
150
</dependencies>
151
</autotools>
152
153
- <autotools id="libsoup" autogenargs="--disable-tls-check --without-gnome">
+ <autotools id="libsoup" autogenargs="--disable-tls-check --without-gnome --without-apache-httpd">
154
<branch module="djdeath/libsoup" repo="github.com" version="master"/>
155
<dependencies>
156
<dep package="glib"/>
0 commit comments