mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
10 lines
305 B
Makefile
10 lines
305 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2024-present ArchR (https://github.com/archr-linux/Arch-R)
|
|
|
|
. ${ROOT}/packages/virtual/debug/package.mk
|
|
|
|
PKG_DEPENDS_TARGET+=" nvtop apitrace"
|
|
|
|
# strace is broken on 6.19 kernels, so temporarily remove
|
|
PKG_DEPENDS_TARGET=${PKG_DEPENDS_TARGET//"strace"/}
|