X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fdirectfb;h=34acb593e48f5b979a441ea69b4080bfa0c29b50;hp=218cbbc8b4ab2cdf2ad4db871724e457e541994a;hb=6f49e32b74ba5312385238e6b59bbe2f52ea2e5a;hpb=223646634dc31475e5c262ddb18a9e61ffb836d6 diff --git a/lfs/directfb b/lfs/directfb index 218cbbc8b..34acb593e 100644 --- a/lfs/directfb +++ b/lfs/directfb @@ -79,8 +79,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/directfb-1.1.1-fix-mknod.patch 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)