Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
eta
gajim
Commits
428dbfbf
Commit
428dbfbf
authored
18 years ago
by
sb
Browse files
Options
Downloads
Patches
Plain Diff
lower dbus requirement to 0.80
parent
483b3ac1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
2 additions
and
2 deletions
ChangeLog
+
1
−
1
View file @
428dbfbf
Gajim 0.11 (XX October 2006)
* New build system, using GNU autotools. See README.
* Support for link-local messaging via zeroconf
/bonjour
* Support for link-local messaging via zeroconf
using avahi
* Intoducing View Menu (GNOME HIG)
* GNOME Keyring Support (if GNOME keyring available, manage passwords and save them in an encrypted file).
* Ability to now hide the Transports group
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
428dbfbf
...
...
@@ -50,7 +50,7 @@ if test "x$enable_remote" = "xauto"; then
fi
if test "x$enable_remote" = "xyes";then
PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.6
1
dbus-glib-1 >= 0.6
1
])
PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.6
0
dbus-glib-1 >= 0.6
0
])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
have_remote=true
...
...
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