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
ff37ad28
Commit
ff37ad28
authored
3 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
dbuscpp: uncomment check for version
Change-Id: I82bde67fed7a295e888c2ea8f96c6e4646f51e64
parent
b4167b17
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/dbus-cpp/rules.mak
+3
-4
3 additions, 4 deletions
contrib/src/dbus-cpp/rules.mak
with
3 additions
and
4 deletions
contrib/src/dbus-cpp/rules.mak
+
3
−
4
View file @
ff37ad28
...
...
@@ -9,10 +9,9 @@ PKGS += dbus-cpp
endif
endif
# Package forced as bugged on GCC7
#ifeq ($(call need_pkg,"dbus-c++-1 >= 0.9.0"),)
#PKGS_FOUND += dbus-cpp
#endif
ifeq
($(call need_pkg,"dbus-c++-1 >= 0.9.0"),)
PKGS_FOUND
+=
dbus-cpp
endif
$(TARBALLS)/libdbus-c++-${DBUS_CPP_VERSION}.tar.gz
:
$(
call download,
$(
DBUS_CPP_URL
))
...
...
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