diff options
author | Alvaro Soliverez <alvaro.soliverez@collabora.co.uk> | 2011-11-15 13:05:47 -0300 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-21 16:17:41 +0000 |
commit | c6e76ac44acd46e8d5a1c9f2cc950548d7a30ead (patch) | |
tree | c65e1d02de3ae1873c6abe3fe001de8e8c6bba6e /.gitignore | |
parent | 3c830e93b65121c2a6450c97b68922b49d85fde3 (diff) |
Support building on Android
This patch makes it possible to use installed versions of Wocky and
Yell, rather than submodules; adds a missing explicit dependency on gio;
and adds Androgenizer build targets.
Modified from an original patch by Derek Foreman.
https://bugs.freedesktop.org/show_bug.cgi?id=42446
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c9ffc6f9d..2ede58eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ .deps .libs .svn +Android.mk FIXME.out /INSTALL Makefile |