Skip to content
Snippets Groups Projects
Commit d57482a1 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

add libboost-dev on the dependencies

parent 20b7a67f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ libsamplerate 0.1.2 http://www.mega-nerd.com/SRC/[website]
libdbus-glib 0.73 Packaged with your favorite distribution.
dbus-c++-1 0.5 Source code included in the git repository. See Build notes.
libexpat1 1.95.8 Packaged with your favorite distribution.
libboost-dev 1.34.1
--------------------------------------------------------------------------------------
......
......@@ -56,8 +56,8 @@ void dbus_set_default_account(gchar * accountID);
gchar** dbus_codec_list();
gchar** dbus_codec_details(int payload);
gchar** dbus_default_codec_list();
void set_active_codec_list( const gchar** list );
gchar** get_active_codec_list( void );
void dbus_set_active_codec_list( const gchar** list );
gchar** dbus_get_active_codec_list( void );
/* Instance */
void dbus_register( int pid, gchar * name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment