X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdirectfb;h=218cbbc8b4ab2cdf2ad4db871724e457e541994a;hb=e95065b3e097774857fd9c1ba456d282fe6111de;hp=bb803e58ea855cf51dcdc4f6d085bc021f65b1b6;hpb=78c655ac8aad89f7da4387032531617dda0b471f;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/directfb b/lfs/directfb index bb803e58e..218cbbc8b 100644 --- a/lfs/directfb +++ b/lfs/directfb @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = directfb -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -81,8 +81,8 @@ $(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) && ./configure --prefix=/usr --disable-x11 \ - --enable-video4linux2 --enable-multi + cd $(DIR_APP) && ./configure --prefix=/usr --disable-x11 --enable-sdl \ + --enable-video4linux2 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install ln -s $(THISAPP) /usr/src/directfb