summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-22 15:08:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-22 15:08:46 +0200
commitf5dba03447fa73da6e181ead7fb98c2b0a2fed41 (patch)
tree185a4960511debd929b05357545dd2fdf44bbe73 /HISTORY
parent73bcd869dcb869496dc04234092167ade8af6403 (diff)
downloadvdr-f5dba03447fa73da6e181ead7fb98c2b0a2fed41.tar.gz
vdr-f5dba03447fa73da6e181ead7fb98c2b0a2fed41.tar.bz2
Made the call to pkg_config configurable via the PKG_CONFIG macro, which is necessary for cross-building VDR
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 02348c84..47e4813a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9478,3 +9478,8 @@ Video Disk Recorder Revision History
- Changed the country code in the generated ParentalRatingDescriptor from 'DEU' to
'902' to make it valid for all countries (thanks to Helmut Binder).
- Added optional verbose output to the libsi Makefile (thanks to Tobias Grimm).
+- Made the call to pkg_config configurable via the PKG_CONFIG macro, which is necessary
+ for cross-building VDR (thanks to Tobias Grimm). Plugin authors may want to modify
+ their Makefiles accordingly by adding the line 'PKG_CONFIG ?= pkg-config' and
+ replacing every occurrence of 'pkg-config' with '$(PKG_CONFIG)', as can be seen in
+ the Makefiles of the plugins that come with the VDR source.