wok rev 20847
updated directfb again (1.4.3 -> 1.7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 14:15:49 2019 +0100 (2019-02-21) |
parents | 7efb0abbd6ce |
children | ca717ed3346a |
files | directfb-examples/receipt directfb/receipt |
line diff
1.1 --- a/directfb-examples/receipt Thu Feb 21 14:07:35 2019 +0100 1.2 +++ b/directfb-examples/receipt Thu Feb 21 14:15:49 2019 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 # Handle cross compilation. 1.5 case "$ARCH" in 1.6 arm) 1.7 - export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib" 1.8 + export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib" 1.9 export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include/directfb" ;; 1.10 esac 1.11
2.1 --- a/directfb/receipt Thu Feb 21 14:07:35 2019 +0100 2.2 +++ b/directfb/receipt Thu Feb 21 14:15:49 2019 +0100 2.3 @@ -33,7 +33,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - ./configure \ 2.8 + ./autogen.sh \ 2.9 --prefix=/usr \ 2.10 --sysconfdir=/etc \ 2.11 --with-dither-rgb16=none \