# HG changeset patch # User Hans-G?nter Theisgen # Date 1550754949 -3600 # Node ID e978ec150de31cf5ca4e57d759b712d09fd56c9f # Parent 7efb0abbd6ced5743fb33a3485dec8886eff4e3d updated directfb again (1.4.3 -> 1.7.7) diff -r 7efb0abbd6ce -r e978ec150de3 directfb-examples/receipt --- a/directfb-examples/receipt Thu Feb 21 14:07:35 2019 +0100 +++ b/directfb-examples/receipt Thu Feb 21 14:15:49 2019 +0100 @@ -19,7 +19,7 @@ # Handle cross compilation. case "$ARCH" in arm) - export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib" + export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib" export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include/directfb" ;; esac diff -r 7efb0abbd6ce -r e978ec150de3 directfb/receipt --- a/directfb/receipt Thu Feb 21 14:07:35 2019 +0100 +++ b/directfb/receipt Thu Feb 21 14:15:49 2019 +0100 @@ -33,7 +33,7 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ + ./autogen.sh \ --prefix=/usr \ --sysconfdir=/etc \ --with-dither-rgb16=none \