mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-17 00:31:51 -04:00
Fixes for creating a Flatpak build, preparation for Flathub
Commits squashed by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "razer-drivers-win32"]
|
||||
path = razer-drivers-win32
|
||||
url = https://github.com/rsandoz/razer-drivers-win32
|
||||
@@ -1110,10 +1110,14 @@ unix:!macx {
|
||||
|
||||
LIBS += \
|
||||
-lusb-1.0 \
|
||||
-lstdc++fs \
|
||||
-lmbedx509 \
|
||||
-lmbedcrypto \
|
||||
-lmbedtls \
|
||||
-lmbedcrypto \
|
||||
|
||||
COMPILER_VERSION = $$system($$QMAKE_CXX " -dumpversion")
|
||||
if (!versionAtLeast(COMPILER_VERSION, "9")) {
|
||||
LIBS += -lstdc++fs
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------------------------------#
|
||||
# Determine which hidapi to use based on availability #
|
||||
|
||||
Reference in New Issue
Block a user