diff mbox series

trace-cmd: Make libtracefs 1.3 be the minimum version of the library

Message ID 20220223221045.47597d08@rorschach.local.home (mailing list archive)
State Accepted
Commit 3474df76482bec3e92927b16907490f8cb1035cf
Headers show
Series trace-cmd: Make libtracefs 1.3 be the minimum version of the library | expand

Commit Message

Steven Rostedt Feb. 24, 2022, 3:10 a.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Now that libtracecfs 1.3 is out, we can make that the minimum version of
the library needed to build trace-cmd, which makes sense, since it already
depends on features only in 1.3 and beyond.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index c9faf8db890b..b0d2a460c6b9 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@  export LIBTRACECMD_VERSION
 VERSION_FILE = ltc_version.h
 
 LIBTRACEEVENT_MIN_VERSION = 1.3
-LIBTRACEFS_MIN_VERSION = 1.2
+LIBTRACEFS_MIN_VERSION = 1.3
 
 MAKEFLAGS += --no-print-directory