mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
vdr-iptv: update to vdr-iptv-2.0.1
This commit is contained in:
parent
da58d802f5
commit
e4408fe2af
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="vdr-iptv"
|
PKG_NAME="vdr-iptv"
|
||||||
PKG_VERSION="2.0.0"
|
PKG_VERSION="2.0.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 7f147b8..db294fc 100644
|
index 74f8b09..db294fc 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -12,8 +12,6 @@
|
@@ -12,8 +12,6 @@
|
||||||
@ -16,7 +16,7 @@ index 7f147b8..db294fc 100644
|
|||||||
### The directory environment:
|
### The directory environment:
|
||||||
|
|
||||||
-# Use package data if installed...otherwise assume we're under the VDR source directory:
|
-# 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)
|
-LIBDIR = $(call PKGCFG,libdir)
|
||||||
-LOCDIR = $(call PKGCFG,locdir)
|
-LOCDIR = $(call PKGCFG,locdir)
|
||||||
-PLGCFG = $(call PKGCFG,plgcfg)
|
-PLGCFG = $(call PKGCFG,plgcfg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user