diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-11-27 19:38:39 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-11-27 19:38:39 +0000 |
commit | 0795ff1cc1f886c9749a4f95cd708190ec7eef20 (patch) | |
tree | e4d34bd70080ce379bbec323642ce9194e2ddc7d /configure-cell-cross | |
parent | 3f279f89c668191fcfb7dcaf2c0e4e4bc044a381 (diff) |
disable gr-video-sdl until sdl.m4 is fixed
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7044 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure-cell-cross')
-rwxr-xr-x | configure-cell-cross | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure-cell-cross b/configure-cell-cross index fce211f85b..6d3c51839b 100755 --- a/configure-cell-cross +++ b/configure-cell-cross @@ -48,6 +48,7 @@ $scriptdir/configure \ PKG_CONFIG_PATH=${cell_root}/usr/lib/pkgconfig:${cell_root}/usr/local/lib/pkgconfig \ --host=powerpc64-unknown-linux-gnu \ --with-pythondir=$prefix/lib/python${python_version}/site-packages \ + --disable-gr-video-sdl \ "$@" |