From 02eaed1b08be2160232d5fc12e3d5926f6c03a9f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 12 Jan 2012 12:11:07 -0800 Subject: uhd: dont populate requires.private in pc file Benefits to having it, it may be technically correct, but isnt needed for the purposes of building. Downsides: makes pkg-config spit errors when private development packages not installed, or pc file not present for other reasons --- host/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 11ea431f6..40d034de5 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -223,15 +223,6 @@ ADD_SUBDIRECTORY(usrp_e_utils) ######################################################################## # Create Pkg Config File ######################################################################## -#set other pkg-config configuration variables -IF(ENABLE_USB) - LIST(APPEND UHD_PC_REQUIRES "libusb-1.0") -ENDIF() - -IF(ENABLE_ORC) - LIST(APPEND UHD_PC_REQUIRES "orc-0.4") -ENDIF() - FOREACH(inc ${Boost_INCLUDE_DIRS}) LIST(APPEND UHD_PC_CFLAGS "-I${inc}") ENDFOREACH(inc) -- cgit v1.2.3