Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace-cmd: fix cross-build #27457

Merged
merged 1 commit into from
Dec 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions srcpkgs/trace-cmd/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ build_style=gnu-makefile
make_build_args="prefix=/usr all gui doc"
make_install_args="prefix=/usr install install_gui install_doc"
make_use_env=1
hostmakedepends="git asciidoc pkg-config cmake"
hostmakedepends="git asciidoc pkg-config cmake qt5-qmake qt5-host-tools"
makedepends="json-c-devel libfreeglut-devel libxml2-devel qt5-devel"
short_desc="Tools to use ftrace Linux kernel internal tracer"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later, LGPL-2.1-only"
homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
distfiles="http://git.kernel.org/cgit/linux/kernel/git/rostedt/${pkgname}.git/snapshot/${pkgname}-v${version}.tar.gz"
checksum=9404fc3cf540ea795304608068c9db6cdb38b90584c7f3c43249785913d54b38
nocross="cmake foo"
disable_parallel_build=yes

post_install() {
Expand Down