diff options
Diffstat (limited to 'multimedia/mythtv/files/extrapatch-programs_programs.pro')
-rw-r--r-- | multimedia/mythtv/files/extrapatch-programs_programs.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/mythtv/files/extrapatch-programs_programs.pro b/multimedia/mythtv/files/extrapatch-programs_programs.pro new file mode 100644 index 000000000000..34118037bc20 --- /dev/null +++ b/multimedia/mythtv/files/extrapatch-programs_programs.pro @@ -0,0 +1,17 @@ +Disable backend components for multimedia/mythtv-frontend + +--- programs/programs.pro.orig 2018-01-11 12:39:22 UTC ++++ programs/programs.pro +@@ -15,12 +15,4 @@ using_frontend { + !mingw:!win32-msvc*: SUBDIRS += mythtranscode/external/replex + } + +-using_backend { +- SUBDIRS += mythbackend mythfilldatabase mythtv-setup +- SUBDIRS += mythmetadatalookup +- +- !win32-msvc*:SUBDIRS += scripts +- !mingw:!win32-msvc*: SUBDIRS += mythfilerecorder +-} +- + using_mythtranscode: SUBDIRS += mythtranscode |