Opened 9 years ago

Closed 9 years ago

#12324 closed Patch - Bug Fix (Invalid)

MythBrowser will not build in 0.27.4

Reported by: benklop@… Owned by:
Priority: minor Milestone: unknown
Component: Plugin - MythBrowser Version: 0.27.4
Severity: medium Keywords:
Cc: Ticket locked: no

Description (last modified by paulh)

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
 

Change History (3)

comment:1 Changed 9 years ago by Karl Egly

Component: MythTV - GeneralPlugin - MythBrowser

comment:2 Changed 9 years ago by paulh

Description: modified (diff)

comment:3 Changed 9 years ago by paulh

Resolution: Invalid
Status: newclosed

-lmyth-$$LIBVERSION is already included in programs-libs.pro

Note: See TracTickets for help on using tickets.