diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-01 07:57:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-01 07:57:04 +0000 |
commit | 7692f82c912460ed855bfda75f061844306df0aa (patch) | |
tree | 429d0287f30bbc71e27c6467e546056486d029cb /packages/mythtv | |
parent | 3973e9c28b98c1fe5cfbfd77d36f72252d86e648 (diff) |
mythtv 0.21: directfb 1.2 changed headers, so disable it
Diffstat (limited to 'packages/mythtv')
-rw-r--r-- | packages/mythtv/mythtv_0.21.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/mythtv/mythtv_0.21.bb b/packages/mythtv/mythtv_0.21.bb index fabe788ba6..4f533b03e8 100644 --- a/packages/mythtv/mythtv_0.21.bb +++ b/packages/mythtv/mythtv_0.21.bb @@ -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} |