sys-power/system76-power: add dependency on libusb

Caught this before it was merged to master, so no revbump.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
This commit is contained in:
Vivian Heisz (vhz)
2025-06-05 09:07:52 -04:00
parent 59614118a8
commit 721d25e914
3 changed files with 21 additions and 0 deletions

View File

@@ -204,6 +204,13 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/libusb:1
"
RDEPEND="
${DEPEND}
"
src_prepare() {
default
# Replace dynamic git dependency of 'sysfs-class' with a static one

View File

@@ -218,6 +218,13 @@ LICENSE+="
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/libusb:1
"
RDEPEND="
${DEPEND}
"
src_prepare() {
default
# Replace dynamic git dependency of 'sysfs-class' with a static one

View File

@@ -13,6 +13,13 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
DEPEND="
dev-libs/libusb:1
"
RDEPEND="
${DEPEND}
"
src_unpack(){
git-r3_src_unpack
cargo_live_src_unpack