projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93ac5e
)
build: Add missing check for glib.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 26 May 2017 16:14:56 +0000
(18:14 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 26 May 2017 16:44:23 +0000
(18:44 +0200)
PulseView uses glib directly (in addition to indirectly via
libsigrok and/or libsigrokdecode), so we should explicitly check it.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 31b45ef5e80a61c6bfa02b8c0cbed1c21cf1fbf4..07b11653fbbf5a4f8892b271c3aa509936fb51fe 100644
(file)
--- 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)