[oe-commits] org.oe.dev mythtv 0.21: directfb 1.2 changed headers, so disable it

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:36:08 UTC 2008


mythtv 0.21: directfb 1.2 changed headers, so disable it

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1ac2e0e784cd41f10bc1873b42ca201381b538e4
ViewMTN: http://monotone.openembedded.org/revision/info/1ac2e0e784cd41f10bc1873b42ca201381b538e4
Files:
1
packages/mythtv/mythtv_0.21.bb
Diffs:

#
# mt diff -r1a2a3c33b1cdaf05b8017eeae02db565ee2c115b -r1ac2e0e784cd41f10bc1873b42ca201381b538e4
#
#
#
# patch "packages/mythtv/mythtv_0.21.bb"
#  from [11c9903ba5a2d62b47e984d6c45a432010f6bbab]
#    to [5fa160f936006e93a6e2bcba0d308ddcc3b105f6]
#
============================================================
--- packages/mythtv/mythtv_0.21.bb	11c9903ba5a2d62b47e984d6c45a432010f6bbab
+++ packages/mythtv/mythtv_0.21.bb	5fa160f936006e93a6e2bcba0d308ddcc3b105f6
@@ -73,7 +73,8 @@ do_configure_prepend() {
 			--cpu=${MYTHTV_ARCH}	\
 			--arch=${MYTHTV_ARCH} \
 			--disable-altivec	\
-		 	--disable-opengl-video \
+		 	--disable-directfb	\
+			--disable-opengl-video \
 			--disable-strip \
 			--enable-v4l		\
 			--enable-audio-oss	\
@@ -81,7 +82,7 @@ do_configure_prepend() {
 			--enable-dvb		\
 			--enable-libmp3lame \
 			--cross-compile	\
-            --dvb-path=${STAGING_INCDIR} \
+			--dvb-path=${STAGING_INCDIR} \
 			--with-bindings= \
 			${EXTRA_OECONF}
 






More information about the Openembedded-commits mailing list