[mythtv-commits] Ticket #12324: MythBrowser will not build in 0.27.4

MythTV noreply at mythtv.org
Wed Mar 11 10:34:53 UTC 2015


#12324: MythBrowser will not build in 0.27.4
----------------------------------+-------------------------
 Reporter:  benklop@…             |          Owner:
     Type:  Patch - Bug Fix       |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  Plugin - MythBrowser  |        Version:  0.27.4
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------
Description changed by paulh:

Old description:

> MythBrowser's .pro file is not linking to libmyth. The below makes it
> compile.
>

>
> diff --git a/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
> b/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
> index 7155302..d53611e 100644
> --- a/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
> +++ b/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
> @@ -2,7 +2,7 @@ include (../../mythconfig.mak )
>  include (../../settings.pro )
>  include (../../programs-libs.pro )
>
> -LIBS += -lmythtv-$$LIBVERSION
> +LIBS += -lmythtv-$$LIBVERSION -lmyth-$$LIBVERSION
>
>  QT += network xml sql opengl webkit

New description:

 MythBrowser's .pro file is not linking to libmyth. The below makes it
 compile.


 {{{
 diff --git a/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
 b/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
 index 7155302..d53611e 100644
 --- a/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
 +++ b/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
 @@ -2,7 +2,7 @@ include (../../mythconfig.mak )
  include (../../settings.pro )
  include (../../programs-libs.pro )

 -LIBS += -lmythtv-$$LIBVERSION
 +LIBS += -lmythtv-$$LIBVERSION -lmyth-$$LIBVERSION

  QT += network xml sql opengl webkit

 }}}

--

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12324#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list