mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-04-14 11:36:31 +00:00
Remove unneeded OpenAL dependency
This commit is contained in:
parent
54f357522d
commit
bb602f9f73
1 changed files with 1 additions and 2 deletions
|
|
@ -116,7 +116,6 @@ win32:DEFINES +=
|
||||||
# Linux-specific Configuration #
|
# Linux-specific Configuration #
|
||||||
#-----------------------------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------------------------#
|
||||||
unix:!macx {
|
unix:!macx {
|
||||||
LIBS += -lopenal
|
|
||||||
QMAKE_CXXFLAGS += -std=c++17 -Wno-psabi
|
QMAKE_CXXFLAGS += -std=c++17 -Wno-psabi
|
||||||
target.path=$$PREFIX/lib/openrgb/plugins/
|
target.path=$$PREFIX/lib/openrgb/plugins/
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
@ -129,7 +128,7 @@ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||||
|
|
||||||
macx: {
|
macx: {
|
||||||
CONFIG += c++17
|
CONFIG += c++17
|
||||||
LIBS += -framework OpenAL
|
LIBS += -framework
|
||||||
}
|
}
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue