Skip to content

Commit 8f7bfbb

Browse files
committed
Merge pull request #1 from str1ngs/master
minor changes to libsoup and docs
2 parents b0b2b4f + 47fc5d6 commit 8f7bfbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This script will take care of downloading the Android SDK/NDK for you.
1717
Once the stack is compiled you can setup and install the demo app by
1818
running :
1919

20+
$ source android-env.sh
2021
$ make ohand-app-full
2122

2223
After you setup the app, any modification to the app can be compiled

modulesets/clutter-android.modules

Lines changed: 1 addition & 1 deletion
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)