]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/directfb
directfb: Fix compilation on ARM
[ipfire-2.x.git] / lfs / directfb
index 436fd92c66b7e34cbb1fa0f27b4170d041b74926..593154b85bcc9676ed5a0feee864a64297d1973d 100644 (file)
@@ -79,6 +79,8 @@ $(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.5.3-add-missing-davinci-files.patch
+
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --disable-x11 \