From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Now that libtraceevent 1.2 has been released, make it the minimum version that this library depends on, and be able to use all the APIs in that library. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3ae0b8..bdb3eed 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ export TFS_PATCHLEVEL export TFS_EXTRAVERSION export TRACEFS_VERSION -LIBTRACEEVENT_MIN_VERSION = 1.1 +LIBTRACEEVENT_MIN_VERSION = 1.2 # taken from trace-cmd MAKEFLAGS += --no-print-directory -- 2.29.2