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

MythTV noreply at mythtv.org
Tue Nov 25 10:15:19 UTC 2014


#12324: MythBrowser will not build in 0.27.4
----------------------------------+---------------------
     Reporter:  benklop@…         |      Owner:
         Type:  Patch - Bug Fix   |     Status:  new
     Priority:  minor             |  Milestone:  unknown
    Component:  MythTV - General  |    Version:  0.27.4
     Severity:  medium            |   Keywords:
Ticket locked:  0                 |
----------------------------------+---------------------
 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>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list