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
d073b3d6
Commit
d073b3d6
authored
10 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
contrib: use installed pjproject if found
Refs #54913 Change-Id: I7f5cf642c635be7181ddc113cfb6efd86acc30b2
parent
7fca6d05
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/contrib/src/pjproject/rules.mak
+4
-4
4 additions, 4 deletions
daemon/contrib/src/pjproject/rules.mak
with
4 additions
and
4 deletions
daemon/contrib/src/pjproject/rules.mak
+
4
−
4
View file @
d073b3d6
...
@@ -25,10 +25,10 @@ PJPROJECT_OPTIONS += --with-ssl=$(PREFIX)
...
@@ -25,10 +25,10 @@ PJPROJECT_OPTIONS += --with-ssl=$(PREFIX)
endif
endif
PKGS
+=
pjproject
PKGS
+=
pjproject
# nominally 2.2.0 is enough, but it has to be patched for gnutls
#
FIXME:
nominally 2.2.0 is enough, but it has to be patched for gnutls
#
ifeq ($(call need_pkg,'libpjproject
>= 2.2.0
'),)
ifeq
($(call need_pkg,'libpjproject'),)
#
PKGS_FOUND += pjproject
PKGS_FOUND
+=
pjproject
#
endif
endif
DEPS_pjproject
+=
gnutls
DEPS_pjproject
+=
gnutls
ifndef
HAVE_MACOSX
ifndef
HAVE_MACOSX
...
...
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