mythtv 0.21: directfb 1.2 changed headers, so disable it
authorKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 07:57:04 +0000 (07:57 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 07:57:04 +0000 (07:57 +0000)
packages/mythtv/mythtv_0.21.bb

index fabe788..4f533b0 100644 (file)
@@ -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}