From: Ronan Le Martret Date: Tue, 6 Jun 2017 15:16:47 +0000 (+0200) Subject: fix pkgconfig version check X-Git-Tag: 4.99.3~71^2~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8f175d6639eb2f54d9dc85268249fa7abceeb372;p=apps%2Fagl-service-unicens.git fix pkgconfig version check Signed-off-by: Ronan Le Martret --- diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 2c5cb12..3e1f637 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -42,11 +42,11 @@ set (gcc_minimal_version 4.9) # PKG_CONFIG required packages # ----------------------------- set (PKG_REQUIRED_LIST - libsystemd>=222 - libmicrohttpd>=0.9.54 + libsystemd + libmicrohttpd afb-daemon - json-c - mxml + json-c + mxml ) # LANG Specific compile flags set for all build types