PeterCxy / evdev-right-click-emulation

Implement Long-Press-to-Right-Click on Touchscreen Linux Devices with Xorg or Wayland
Do What The F*ck You Want To Public License
90 stars 32 forks source link

fix linking in Makefile #5

Open phd opened 4 years ago

phd commented 4 years ago

gcc parameter -l* must be placed after object files that refer to the libraries' symbols

Fixes #2 Fixes #15

tbarbette commented 2 years ago

I needed this too

adcousin commented 2 years ago

Can't thank you enough for this one.

pgrawehr commented 2 years ago

@phd Any reason this change is not merged to master?

phd commented 2 years ago

@phd Any reason this change is not merged to master?

No reason other than this repository being abandoned.

pgrawehr commented 2 years ago

I see. I just found that it's still useful, though.

WhiteBlackGoose commented 1 year ago

Thanks for the fix! Works for me