From bba1c5e6dc16c1f90a191ef6ab9d6e18f31247c3 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 20 Nov 2018 10:09:58 +0100 Subject: config.cmake: Remove superfluous dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing dummy requirement is good. It avoids brain damage in trying to answer superfluous questions. Change-Id: I3a32f8f7014b83073bbf2d1c08ce0240d03e1489 Signed-off-by: José Bollo --- conf.d/cmake/config.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 1059bb1..4e1a631 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -69,9 +69,7 @@ set (gcc_minimal_version 4.9) # ----------------------------- set (PKG_REQUIRED_LIST json-c - libsystemd>=222 afb-daemon - libmicrohttpd>=0.9.55 ) # Prefix path where will be installed the files @@ -220,4 +218,4 @@ set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install # This CMake module could be found at the following url: # https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/cmake-apps-module # ----------------------------------------------------------- -include(CMakeAfbTemplates) \ No newline at end of file +include(CMakeAfbTemplates) -- cgit 1.2.3-korg