AndrewFromMelbourne / raspi2fb

Program to copy the Raspberry Pi display to a secondary framebuffer.
MIT License
94 stars 27 forks source link

Add pkg-config for libbsd and egl. #4

Closed jgueytat closed 4 years ago

jgueytat commented 8 years ago

I'll keep my repository up until raspberrypi userland has merged the pull request 290 from @kraj. Best Regards,

Signed-off-by: Julien Gueytat contact@jgueytat.fr

jgueytat commented 8 years ago

It sounds like the update of the userland is on its way. :)

AndrewFromMelbourne commented 8 years ago

Even when the .pc files are added to userland, I will be reluctant to make this change for a few months after it has hit the Raspbian repository.

I would prefer, if pkg-config fails that there is a fallback to /opt/vc/. I haven't had an opportunity to try and find a way to fall back if pkg-config fails.

Is that something you could look at @jgueytat

jgueytat commented 8 years ago

https://github.com/raspberrypi/userland/issues/245 is on its way. I'll have a look to the fallback too.