mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-plugin-restfulapi: add patch to use pkg-config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e88557b3e7
commit
2efae21162
@ -45,7 +45,6 @@ make_target() {
|
|||||||
make \
|
make \
|
||||||
LIBDIR="." \
|
LIBDIR="." \
|
||||||
LOCDIR="./locale" \
|
LOCDIR="./locale" \
|
||||||
LIBS="-lcxxtools-http -lcxxtools" \
|
|
||||||
all install-i18n
|
all install-i18n
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur vdr-plugin-restfulapi-0.2.1.4/Makefile vdr-plugin-restfulapi-0.2.1.4.patch/Makefile
|
||||||
|
--- vdr-plugin-restfulapi-0.2.1.4/Makefile 2015-03-18 23:12:01.000000000 +0100
|
||||||
|
+++ vdr-plugin-restfulapi-0.2.1.4.patch/Makefile 2016-01-07 05:24:24.036888492 +0100
|
||||||
|
@@ -49,7 +49,7 @@
|
||||||
|
|
||||||
|
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
||||||
|
|
||||||
|
-LIBS += $(shell cxxtools-config --libs) -lcxxtools-http
|
||||||
|
+LIBS += $(shell pkg-config --libs cxxtools-http cxxtools)
|
||||||
|
CONFDIR = $(call PKGCFG,configdir)
|
||||||
|
PLGCONFDIR = $(CONFDIR)/plugins/$(PLUGIN)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user