Patch openrgb build
This commit is contained in:
13
openrgb-git/0001-use-hidapi.patch
Normal file
13
openrgb-git/0001-use-hidapi.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/PKGBUILD b/PKGBUILD
|
||||||
|
index 1111111..2222222 100644
|
||||||
|
--- a/PKGBUILD
|
||||||
|
+++ b/PKGBUILD
|
||||||
|
@@ -11,7 +11,7 @@ pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer so
|
||||||
|
arch=('x86_64')
|
||||||
|
url="https://gitlab.com/CalcProgrammer1/OpenRGB"
|
||||||
|
license=('GPL-2.0-or-later')
|
||||||
|
-depends=('glibc' 'gcc-libs' 'qt6-base' 'libusb' 'hidapi-hotplug' 'mbedtls' 'hicolor-icon-theme')
|
||||||
|
+depends=('glibc' 'gcc-libs' 'qt6-base' 'libusb' 'hidapi' 'mbedtls' 'hicolor-icon-theme')
|
||||||
|
makedepends=('qt6-tools' 'git')
|
||||||
|
optdepends=('i2c-nct6793-dkms: Nuvoton SMBus driver, needed for onboard RGB on certain ASUS Z270 and Z370 boards')
|
||||||
|
provides=('openrgb')
|
||||||
Reference in New Issue
Block a user