wok diff libsdl2-ttf-dev/receipt @ rev 21977

updated strace (4.12 -> 5.3)
author Hans-G?nter Theisgen
date Fri Oct 11 17:00:40 2019 +0100 (2019-10-11)
parents 21b978d46460
children 538acd8dcbb5
line diff
     1.1 --- a/libsdl2-ttf-dev/receipt	Thu Apr 18 14:49:19 2019 +0100
     1.2 +++ b/libsdl2-ttf-dev/receipt	Fri Oct 11 17:00:40 2019 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  SOURCE="SDL2_ttf"
     1.6  WANTED="libsdl2-ttf"
     1.7 -DEPENDS="libsdl2-ttf"
     1.8 +DEPENDS="libsdl2-ttf pkg-config"
     1.9  
    1.10  HOST_ARCH="i486 arm"
    1.11  
    1.12 @@ -20,5 +20,6 @@
    1.13  	mkdir -p $fs/usr/lib
    1.14  
    1.15  	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.17  	cp -a $install/usr/include $fs/usr
    1.18  }