[mythtv] [PATCH] missing + in settings.pro
    Wayne A. Hogue II 
    mythtv at chiphead.net
       
    Mon Jan  5 22:21:44 EST 2004
    
    
  
oops... I guess my local settings got tossed in there
here is a revised version
-Wayne
J. Donavan Stanley wrote:
>
> Wayne A. Hogue II wrote:
>
>> Missed a plus in the settings.pro
>>
>> -Wayne
>
>
> Ummm that's a whole lot of patch for one missing +...
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>  
>
-------------- next part --------------
Index: settings.pro
===================================================================
RCS file: /var/lib/mythcvs/mythtv/settings.pro,v
retrieving revision 1.42
diff -u -d -r1.42 settings.pro
--- settings.pro	25 Dec 2003 05:50:20 -0000	1.42
+++ settings.pro	5 Jan 2004 23:55:18 -0000
@@ -49,7 +56,7 @@
 #EXTRA_LIBS += -lddmpeg
 
 # DirectFB support
-#CONFIG += using_directfb
-#EXTRA_LIBS = `directfb-config --libs`
-#QMAKE_CXXFLAGS += `directfb-config --cflags`
+CONFIG += using_directfb
+EXTRA_LIBS += `directfb-config --libs`
+QMAKE_CXXFLAGS += `directfb-config --cflags`
 
    
    
More information about the mythtv-dev
mailing list