Skip to content

Commit

Permalink
hardinfo: add dependency "sysbench" for supported arch
Browse files Browse the repository at this point in the history
Signed-off-by: Camber Huang <[email protected]>
  • Loading branch information
CamberLoid committed Oct 9, 2022
1 parent 934e0d5 commit 778a784
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extra-utils/hardinfo/autobuild/defines
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PKGNAME=hardinfo
PKGSEC=utils
PKGDEP="gtk-3 libsoup zlib json-glib"
PKGDEP="gtk-3 libsoup zlib json-glib sysbench"
# LuaJIT is not available on riscv64 for now.
PKGDEP__RISCV64="${PKGDEP/sysbench/}"
PKGDEP__RETRO="gtk-2 zlib"
BUILDDEP="intltool"
PKGDES="A system information and benchmark tool"
Expand Down

0 comments on commit 778a784

Please sign in to comment.