]> sigrok.org Git - sigrok-util.git/blob - cross-compile/android/pv_cmake_pkgconfig_fix.patch
sigrok-cross-android: Bump zlib to 1.2.11.
[sigrok-util.git] / cross-compile / android / pv_cmake_pkgconfig_fix.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index e21ace6..cdec391 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -20,6 +20,7 @@
6  
7  cmake_minimum_required(VERSION 2.8.6)
8  
9 +include(FindPkgConfig)
10  include(GNUInstallDirs)
11  
12  project(pulseview)