mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-09 11:18:19 +00:00
20 lines
499 B
Diff
20 lines
499 B
Diff
From: Stefan Saraev <stefan@saraev.ca>
|
|
Subject: [PATCH] don't build unused plugins
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -16,9 +16,9 @@
|
|
### edit one of these lines to '1', if you don't want the addon epgsearchonly,
|
|
### conflictcheckonly or quickepgsearch
|
|
|
|
-WITHOUT_EPGSEARCHONLY=0
|
|
-WITHOUT_CONFLICTCHECKONLY=0
|
|
-WITHOUT_QUICKSEARCH=0
|
|
+WITHOUT_EPGSEARCHONLY=1
|
|
+WITHOUT_CONFLICTCHECKONLY=1
|
|
+WITHOUT_QUICKSEARCH=1
|
|
|
|
### edit this to '0' if you don't want epgsearch to auto config itself
|
|
AUTOCONFIG=1
|
|
|