]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
directfb: Disable building of omapfb.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Sep 2011 16:39:27 +0000 (16:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Sep 2011 16:39:27 +0000 (16:39 +0000)
lfs/directfb

index 218cbbc8b4ab2cdf2ad4db871724e457e541994a..e406af820688b97f4cb6348a591306ba00b220a3 100644 (file)
@@ -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)