From: Arnaldo Carvalho de Melo Date: Fri, 20 Jun 2025 21:24:34 +0000 (-0300) Subject: perf build: Add the libpfm devel fedora package name to the hint X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7c750d399b60e17f2a346690e0d34aae9c086eac;p=users%2Fjedix%2Flinux-maple.git perf build: Add the libpfm devel fedora package name to the hint Just to follow the pattern with other devel packages. Signed-off-by: Arnaldo Carvalho de Melo Reviewed-by: James Clark Reviewed-by: Ian Rogers Link: https://lore.kernel.org/r/20250620212435.93846-3-acme@kernel.org Signed-off-by: Namhyung Kim --- diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index 342402a24325..2672c249eadf 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config @@ -1165,7 +1165,7 @@ ifndef NO_LIBPFM4 ASCIIDOC_EXTRA = -aHAVE_LIBPFM=1 $(call detected,CONFIG_LIBPFM4) else - $(warning libpfm4 not found, disables libpfm4 support. Please install libpfm4-dev) + $(warning libpfm4 not found, disables libpfm4 support. Please install libpfm-devel or libpfm4-dev) endif endif