From 3de0befca759258d7fbf07522323740a3b122c35 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Sep 2011 16:39:27 +0000 Subject: [PATCH] directfb: Disable building of omapfb. --- lfs/directfb | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/directfb b/lfs/directfb index 218cbbc8b..e406af820 100644 --- a/lfs/directfb +++ b/lfs/directfb @@ -81,6 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i "s/checkfor_matrox=yes/checkfor_matrox=no/g" configure cd $(DIR_APP) && sed -i "s/checkfor_cle266=no/checkfor_cle266=yes/g" configure + cd $(DIR_APP) && sed -i "s/checkfor_omap=.*/checkfor_omap=no/g" configure cd $(DIR_APP) && ./configure --prefix=/usr --disable-x11 --enable-sdl \ --enable-video4linux2 cd $(DIR_APP) && make $(MAKETUNING)