I'm new in Linux and Maemo.
I am developing bluetooth application which run in background, it doesn't have any UI at all but use additional libraries: openobex-1.2 and bluez-libs-2.21.
How to configure them in configure.ac?
For example, in maemopad, the configure.ac defines the use of gnome-vfs-2.0 with
PKG_CHECK_MODULES(OSSO, libosso >= 0.8.4 gnome-vfs-2.0 >=2.2 gnome-vfs-module-2.0 >= 2.2)
AC_SUBST(OSSO_LIBS)
AC_SUBST(OSSO_CFLAGS)
how can I define openobex-1.2 and bluez-libs-2.21 like maemopad example above?
or if there are links about PKG_CHECK_MODULES syntax please inform me.
thanks,
geuis
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
