[mythtv-commits] Ticket #2433: libmythui.pro: OPENGL_PAINTER used with OPENGL disabled

MythTV mythtv at cvs.mythtv.org
Thu Sep 21 08:23:18 UTC 2006


#2433: libmythui.pro: OPENGL_PAINTER used with OPENGL disabled
----------------------------------+-----------------------------------------
 Reporter:  mythtv at linux-dude.de  |       Owner:  ijr    
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythtv                |     Version:  0.20   
 Severity:  medium                |  
----------------------------------+-----------------------------------------
 mythtv-setup doesn't start. It crashes at QGLWidget::create.
 I have a mythtv-server without running X, only Xlibs installed.

 I think this is an typo in libmythui.pro and should be using_opengl for
 the OPENGL_PAINTER section
 {{{
 using_x11 {
     DEFINES += USE_OPENGL_PAINTER
     SOURCES += mythpainter_ogl.cpp
     HEADERS += mythpainter_ogl.h
     inc.files += mythpainter_ogl.h
 }

 using_x11 {
     LIBS += $$EXTRA_LIBS
 }
 }}}

 also the QWS stuff stops mythtv-setup to work on my server. mythtv-setup
 hangs on the dialogs and the processes can't killed anymore. I have to
 reboot the server.
 A configure Option for that can be usefull.

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


More information about the mythtv-commits mailing list