Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
/ Miam-Player Public archive

Commit

Permalink
qxt: Fix underlinking of X11 on Linux
Browse files Browse the repository at this point in the history
Underlinking issues would be raised when compiling with the
`-Wl,--no-undefined` linker flag (which is part of the packaging
policy for various Linux distros).
  • Loading branch information
akien-mga committed Dec 12, 2018
1 parent b240f62 commit e49b2d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/qxt/qxt.pri
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ HEADERS += \
qxt/qxtglobal.h \
qxt/qxtglobalshortcut.h \
qxt/qxtglobalshortcut_p.h

unix:!macx {
LIBS += -lX11
}

0 comments on commit e49b2d0

Please sign in to comment.