This patch enables building tp-yell on Android, using Android NDK and androgenizer
Created attachment 53063 [details] [review] Patch to build on Android
Comment on attachment 53063 [details] [review] Patch to build on Android Review of attachment 53063 [details] [review]: ----------------------------------------------------------------- ::: telepathy-yell/Makefile.am @@ +195,5 @@ > + -:CFLAGS $(DEFS) $(CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \ > + $(AM_CFLAGS) \ > + -:CPPFLAGS $(CPPFLAGS) $(AM_CPPFLAGS) \ > + -:LDFLAGS $(libtelepathy_yell_la_LIBADD) \ > + $(libtelepath_yell_la_LDFLAGS) -lgio-2.0 -ltelepathy-glib \ There's a typo here: "libtelepath_yell_la_LDFLAGS" is missing a y. (So how does it work, we wonder? :) )
Created attachment 53419 [details] [review] Patch to build on Android - fixed The flag was actually not required, that's why it was working :)
Created attachment 53556 [details] [review] Patch to build on Android - fixed Fixed the libs hardcoding
(In reply to comment #5) > Created attachment 53556 [details] [review] [review] > Patch to build on Android - fixed > > Fixed the libs hardcoding I think this is the patch for Gabble, not for Yell. :)
Created attachment 53574 [details] [review] Support for Android - fixed This is the correct patch, sorry
http://cgit.freedesktop.org/telepathy/telepathy-yell/commit/?id=41bef427
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.