[mythtv] [PATCH] build problem without opengl

Paul Koster mythtv at kosteronline.net
Tue Aug 31 17:05:41 EDT 2004


Current CVS doesn't build with OpenGL disabled in settings.pro . The
solution is trivial and included below.

Is it btw required that opengl must be disabled when using the PVR350 out? I
couldn't get Mythmusic working without disabling it.

--
Paul

Index: libmythui.pro
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythui/libmythui.pro,v
retrieving revision 1.2
diff -u -d -r1.2 libmythui.pro
--- libmythui.pro       24 Aug 2004 18:02:09 -0000      1.2
+++ libmythui.pro       31 Aug 2004 21:00:53 -0000
@@ -16,7 +16,10 @@
 HEADERS += dialogbox.h

 SOURCES  = mythmainwindow.cpp mythpainter.cpp mythimage.cpp
-SOURCES += mythpainter_ogl.cpp mythpainter_qt.cpp
+using_opengl {
+SOURCES += mythpainter_ogl.cpp
+}
+SOURCES += mythpainter_qt.cpp
 SOURCES += mythscreenstack.cpp mythscreentype.cpp
 SOURCES += mythuitype.cpp mythuiimage.cpp mythuitext.cpp
mythuianimatedimage.cpp
 SOURCES += mythlistbutton.cpp



More information about the mythtv-dev mailing list