summaryrefslogtreecommitdiff
path: root/sci-electronics/pulseview/files/pulseview-0.5.0-glibmm-2.68-required.patch
blob: 46309724517a33d6c8eb6f95603875a55e15ab33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,14 +120,7 @@
 
 list(APPEND PKGDEPS glib-2.0>=2.28.0)
 
-# Try to find the prefered glibmm-2.4. If not found then add glibmm-2.68
-# to the dependency list.
-pkg_check_modules(GLIBMM_2_4 glibmm-2.4>=2.28.0)
-if(GLIBMM_2_4_FOUND)
-	list(APPEND PKGDEPS glibmm-2.4>=2.28.0)
-else()
-	list(APPEND PKGDEPS glibmm-2.68>=2.68.0)
-endif()
+list(APPEND PKGDEPS glibmm-2.68>=2.68.0)
 
 if(ENABLE_FLOW)
 	list(APPEND PKGDEPS gstreamermm-1.0>=1.8.0)