mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
Changes: https://www.mythtv.org/wiki/Release_Notes_-_30 PR: 234551 Submitted by: fernando.e.vilas@gmail.com
18 lines
560 B
Prolog
18 lines
560 B
Prolog
Disable backend components for multimedia/mythtv-frontend
|
|
|
|
--- programs/programs.pro.orig 2018-01-11 12:39:22 UTC
|
|
+++ programs/programs.pro
|
|
@@ -15,13 +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
|
|
- !mingw:!win32-msvc*: SUBDIRS += mythexternrecorder
|
|
-}
|
|
-
|
|
using_mythtranscode: SUBDIRS += mythtranscode
|