Re: [yocto] python3 pygame under Pyro

2019-10-02 Thread Khem Raj
On Wed, Oct 2, 2019 at 3:32 PM Mauro Ziliani wrote: > > Adding libsdl2 to DEPENDS i get sdl2-config under the folder > > tmp/work/armv7at2hf-neon-fslc-linux-gnueabi/python3-pygame/1.9.6-r0/recipe-sysroot/usr/bin/crossscripts/sdl2-config > yes and you should be able to use it. > Il 03/10/19

Re: [yocto] python3 pygame under Pyro

2019-10-02 Thread Mauro Ziliani
Adding libsdl2 to DEPENDS i get sdl2-config under the folder tmp/work/armv7at2hf-neon-fslc-linux-gnueabi/python3-pygame/1.9.6-r0/recipe-sysroot/usr/bin/crossscripts/sdl2-config Il 03/10/19 00:01, Khem Raj ha scritto: On Wed, Oct 2, 2019 at 2:46 PM Mauro Ziliani wrote: Hi all. I'm trying to

Re: [yocto] python3 pygame under Pyro

2019-10-02 Thread Khem Raj
On Wed, Oct 2, 2019 at 2:46 PM Mauro Ziliani wrote: > > Hi all. > > I'm trying to build python3-pygame for and imx6dl board in Pyro. > > Pygame needs SDL, but I don't know how to tell to bitbake for compile > sdl before pygame. > > > I put libsdl-native into DEPENDS but doesn't work. > > >

[yocto] python3 pygame under Pyro

2019-10-02 Thread Mauro Ziliani
Hi all. I'm trying to build python3-pygame for and imx6dl board in Pyro. Pygame needs SDL, but I don't know how to tell to bitbake for compile sdl before pygame. I put libsdl-native into DEPENDS but doesn't work. bitbake try to run sdl-config but it cannot find the file. Any idea?