X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=31b45ef5e80a61c6bfa02b8c0cbed1c21cf1fbf4;hp=45055ab8e66a72f885bdb7580e4e242b44c59817;hb=d93ac5e8770e9e5c7bf64d0ed7961357e04370ba;hpb=6579ca9227e50f8a3acd1a5d5364752864d2e7fd diff --git a/CMakeLists.txt b/CMakeLists.txt index 45055ab..31b45ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,8 @@ endif() #= Dependencies #------------------------------------------------------------------------------- +list(APPEND PKGDEPS glibmm-2.4>=2.28.0) + list(APPEND PKGDEPS libsigrokcxx>=0.4.0) if(ENABLE_DECODE) @@ -153,6 +155,8 @@ set(PV_TITLE PulseView) set(PV_DESCRIPTION "A GUI for sigrok") set(PV_VERSION_STRING "0.4.0") +set(PV_GLIBMM_VERSION ${PKGDEPS_glibmm-2.4_VERSION}) + include(GetGitRevisionDescription) # Append the revision hash unless we are exactly on a tagged release.