tetzank / qmenu_hud

a small menu search program, similar to Unity's HUD
Other
45 stars 3 forks source link

Compilation fails on FreeBSD #14

Open probonopd opened 3 years ago

probonopd commented 3 years ago

On FreeBSD with libdbusmenu-qt5-0.9.3.160420160218_11 installed, cmake .. runs fine, but make then errors out with

ld: error: unable to find library -ldbusmenu-qt5
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

How can it be compiled on FreeBSD?