X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fdirectfb;h=34acb593e48f5b979a441ea69b4080bfa0c29b50;hb=4e631b66beccf0dd89c467c86a64025c2e9dbccc;hp=7743c76c1be636b3e3679a324cfceffb33bd9392;hpb=b2576777e613e99d6fb5b1dc0b065526203cde3e;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/directfb b/lfs/directfb index 7743c76c1..34acb593e 100644 --- a/lfs/directfb +++ b/lfs/directfb @@ -31,8 +31,8 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = DirectFB -PAK_VER = 1 +PROG = directfb +PAK_VER = 2 DEPS = "" @@ -79,11 +79,14 @@ $(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) && ./configure --prefix=/usr --disable-x11 \ - --enable-video4linux2 --enable-multi + 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) cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) + ln -s $(THISAPP) /usr/src/directfb +# @rm -rf $(DIR_APP) @$(POSTBUILD)