Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
d57482a1
Commit
d57482a1
authored
17 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
add libboost-dev on the dependencies
parent
20b7a67f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Dependencies.txt
+1
-0
1 addition, 0 deletions
doc/Dependencies.txt
sflphone-gtk/src/dbus.h
+2
-2
2 additions, 2 deletions
sflphone-gtk/src/dbus.h
with
3 additions
and
2 deletions
doc/Dependencies.txt
+
1
−
0
View file @
d57482a1
...
...
@@ -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
--------------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/dbus.h
+
2
−
2
View file @
d57482a1
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment