]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/directfb
SMP Kernel now default
[people/pmueller/ipfire-2.x.git] / lfs / directfb
index ce00ee49549622c5656e882e88ddc4a327fb7b6f..594024a349c612ab8c910d9ff09c0eeacd23e384 100644 (file)
@@ -81,9 +81,10 @@ $(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 \
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-x11 --enable-sdl \
                                     --enable-video4linux2 --enable-multi 
        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)