[mythtv-commits] Ticket #3296: r13214 mythfrontend lirc support

MythTV mythtv at cvs.mythtv.org
Thu Apr 12 00:59:28 UTC 2007


#3296: r13214 mythfrontend lirc support
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  low        |  
-----------------------+----------------------------------------------------
 Just switched from 0.20 to head; noticed my remote stopped working in
 frontend.

 irw and friends show that lirc is working fine. mythfrontend --version
 reports using_lirc and configure reported using lirc: yes, but ldd
 mythfrontend has no liblirc_client line. Took a look at the qmake
 generated makefile in programs/mythfrontend and noticed it was missing
 -llirc_client stanza in the LIBS varible. Poked around in the .pro files
 but I haven't seen any recent commits thereabouts and don't know enough
 about qmake to really know what to look for.

 My hacky solution was to add:
 EXTRA_LIBS += $$CONFIG_LIRC_LIBS
 to settings.pro, which fixes the problem for me, but seems like the wrong
 thing to do...

 My configure settings are: ./configure --arch=nocona --enable-audio-alsa
 --enable-xvmc --enable-opengl-vsync --enable-xvmc-opengl --enable-proc-opt
 --enable-lirc

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3296>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list