From e1e2666e31d80016612762940605fc5bdbc63971 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 26 May 2017 18:14:56 +0200 Subject: [PATCH] build: Add missing check for glib. PulseView uses glib directly (in addition to indirectly via libsigrok and/or libsigrokdecode), so we should explicitly check it. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31b45ef..07b1165 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ endif() #= Dependencies #------------------------------------------------------------------------------- +list(APPEND PKGDEPS glib-2.0>=2.28.0) list(APPEND PKGDEPS glibmm-2.4>=2.28.0) list(APPEND PKGDEPS libsigrokcxx>=0.4.0) -- 2.30.2