Merge pull request #180 from 0-wiz-0/netbsd

Fix build on NetBSD.
This commit is contained in:
Sébastien Fourey 2023-05-01 10:37:24 +02:00 committed by GitHub
commit 175176f17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ win32 {
DEFINES += cimg_display=2
}
linux {
unix:!macx {
DEFINES += _IS_LINUX_
PKGCONFIG += x11
message( Linux platform )