]> git.vomp.tv Git - jsonserver.git/commitdiff
Update Makefile as suggested in VDR 2.1.3 changes
authorChris Tallon <chris@vomp.tv>
Thu, 23 Jun 2016 17:20:42 +0000 (18:20 +0100)
committerChris Tallon <chris@vomp.tv>
Thu, 23 Jun 2016 17:20:42 +0000 (18:20 +0100)
Makefile

index 300023671d4a7683832aa820469fb69d0bad839d..f9fa71507a723a0a32fe6292a5f178176e11ffb8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
 ### The directory environment:
 
 # Use package data if installed...otherwise assume we're under the VDR source directory:
-PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config --variable=$(1) ../../../vdr.pc))
+PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell PKG_CONFIG_PATH="$$PKG_CONFIG_PATH:../../.." pkg-config --variable=$(1) vdr))
 LIBDIR = $(call PKGCFG,libdir)
 LOCDIR = $(call PKGCFG,locdir)
 PLGCFG = $(call PKGCFG,plgcfg)