]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
perf tools: Make GTK2 support opt-in
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 4 Sep 2020 20:11:59 +0000 (17:11 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 09:07:53 +0000 (10:07 +0100)
commit26b8aa1bec47d10592478dc9768d7ffdd5bc6704
treeacb9630e96939d496b6ff6ec602a72923d9bf6e8
parenta3872e54738b272ea4d1d61fd7ba8b7789b2b08e
perf tools: Make GTK2 support opt-in

[ Upstream commit 4751bddd3f983af2004ec470ca38b42d7a8a53bc ]

This is bitrotting, nobody is stepping up to work on it, and since we
treat warnings as errors, feature detection is failing in its main,
faster test (tools/build/feature/test-all.c) because of the GTK+2
infobar check.

So make this opt-in, at some point ditch this if nobody volunteers to
take care of this.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/build/Makefile.feature
tools/build/feature/Makefile
tools/build/feature/test-all.c
tools/perf/Makefile.config
tools/perf/Makefile.perf
tools/perf/builtin-version.c