summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perfetto/libperfetto.bb
Commit message (Collapse)AuthorAgeFilesLines
* perfetto: build libperfettoMarkus Volk2022-10-181-0/+14
- Mesa has support for perfetto, but the libperfetto library is needed - Only v27 seems to be supported for now. Update perfetto accordingly - Make sure perfetto and libperfetto share the same codebase - Patch meson.build to allow shared build - Add a version number to avoid having a non symlink so file packaged into dev package - Create a PC file for libperfetto to allow mesa to find it using pkgconfig - Install needed header file - Add -latomic to LDFLAGS for some arch where the compiler doesn't provide it Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>