Skip to content
Snippets Groups Projects
Commit d073b3d6 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment