sigrok-fwextract-kingst-la2016: concentrate RCC flags in one spot
[sigrok-util.git] / cross-compile / android / pv_cmake_pkgconfig_fix.patch
blobdabd629c48eb95bb5edc03368d042bd285451800
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 @@
7 cmake_minimum_required(VERSION 2.8.6)
9 +include(FindPkgConfig)
10 include(GNUInstallDirs)
12 project(pulseview)