Gtkmm libraries for Colibri-iMX6

gtk2 and gtk3 libraries are included in the latest linux images on the toradex website or when an image is built using bitbake -k angstrom-lxde-image command as mentioned in the link below.

Is it possible to add gtkmm support during an image build?

The toradex supplied image has UI based apps like gpio config and other bigger apps like the Firefox browser. Are these built using gtk2/gtk3 libraries or something else?

Hi

Is it possible to add gtkmm support during an image build?

Please refer to this post to find recipes which may be able to provide software package XY.
For gtkmm there seems to be a recipe and I expect that you could add that your tailored image.

The toradex supplied image has UI based apps like gpio config and other bigger apps like the Firefox browser. Are these built using gtk2/gtk3 libraries or something else?

I know that gpio_config is using the gtk2 framework. Firefox probably makes use of a multitude of libraries and frameworks. ldd is installed, so at least for the applications which do not use the dynamic linker explicitly you can have a peek to what they are linked. Additionally the relevant OE recipe would list the dependencies.

Max

Thanks.

Added IMAGE_INSTALL_append = " gtkmm" to the local.conf file and bitbake(d) a new image with gtkmm support.