Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trace-cmd: Add Requires: libtracefs to libtracecmd.pc file
In order to not have users of libtracecmd having to also include the includes and libraries for libtracefs and libraceevent, add a requires field for libtracefs to the libtracecmd.pc file. As libtracefs requires libtraceevent, it will pull that one in as well. Link: https://lore.kernel.org/linux-trace-devel/[email protected] Fixes: 05f2ac4 ("trace-cmd: Add pkg-config configuration for libtracecmd.so") Signed-off-by: Steven Rostedt (VMware) <[email protected]>
- Loading branch information