HI, NXP experts
we use the Yocto zeus 5.4.70 to generate one image on which i run a gtk+3 application
when the application's main window is showed, the main window missed the some icons(minimized icon,maximized icon,close icon). it looks like the attached pic.you can see that there are no icons displayed at right-top corner below
and my gtk application use the default Adwaita theme and icon. this Adwaita theme use the svg format to render the pixbuf. so i add the librsvg_2.40.20.bb into my local.conf and re-build the image.
in result , librsvg_2.40.20.bb generate the librsvg-2.so, but ,in /usr/lib/gdk-pixbuf-2.0/2.10.0/loader/ , no libpixbufloader-svg.so which will be used by gtk.
also , we try the zeus 5.4.24 , the same result it has.
so , my question is :
in yocto zeus 5.4.70 , why the librsvg_2.40.20.bb do not generate the lib libpixbufloader-svg.so ?
Hi,NXP experts
could you give me some advice ? thanks.
NXP experts:
pls, is the issue i depicted above a problem ? or i understood it wrongly?
thanks