libexosip2: add c-ares and openssl PACKAGECONFIG

They are enabled by default as libexosip2 works better with those.

Signed-off-by: Charles Perry <charles.perry@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Charles Perry
2023-11-22 18:56:45 -05:00
committed by Khem Raj
parent 00e928bcb7
commit fce26a78a1
@@ -13,3 +13,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/exosip/${BPN}-${PV}.tar.gz"
SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2"
inherit autotools pkgconfig
PACKAGECONFIG = "c-ares openssl"
PACKAGECONFIG[c-ares] = ",,c-ares"
PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"