Properly fix how how hidapi and libusb dependencies are handled
This commit is contained in:
parent
6140849e28
commit
66109be668
281 changed files with 304 additions and 352 deletions
|
|
@ -7,7 +7,7 @@
|
|||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
#include "CreativeSoundBlasterXG6Controller.h"
|
||||
#include "RGBController_CreativeSoundBlasterXG6.h"
|
||||
#include "Detector.h"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstring>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
#include "RGBController.h"
|
||||
|
||||
class CreativeSoundBlasterXG6Controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue