Fix high DPI check in 0437835b

This commit is contained in:
Cameron Gutman
2020-02-08 18:47:59 -08:00
parent 0437835bde
commit 505050e936
4 changed files with 68 additions and 2 deletions
+12 -1
View File
@@ -104,6 +104,16 @@ unix:!macx {
CONFIG += libdrm
}
}
packagesExist(wayland-client) {
DEFINES += HAS_WAYLAND
PKGCONFIG += wayland-client
}
packagesExist(x11) {
DEFINES += HAS_X11
PKGCONFIG += x11
}
}
win32 {
LIBS += -llibssl -llibcrypto -lSDL2 -lSDL2_ttf -lavcodec -lavutil -lopus -ld3dx9
@@ -148,7 +158,8 @@ SOURCES += \
settings/mappingmanager.cpp \
gui/sdlgamepadkeynavigation.cpp \
streaming/video/overlaymanager.cpp \
backend/systemproperties.cpp
backend/systemproperties.cpp \
wm.cpp
HEADERS += \
utils.h \