how to include gstreamer development libs in yocto image

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to include gstreamer development libs in yocto image

1,411 Views
davidvescovi
Contributor V

I would like to include the development libraries in my iMX8mq yocto image.

I thought something like:

IMAGE_INSTALL_append = " gstreamer1-devel"

would install the libs but apparently this is not the right package as yocto complains.

what needs to be specified in local.conf to include the gstreamer development libraries?

0 Kudos
2 Replies

1,304 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Yes, you should try gstreamer1.0-dev

0 Kudos

1,304 Views
turker
Contributor IV

Try gstreamer1.0-dev

0 Kudos