Re: [PATCH] [weston, v4] weston.ini: Add natural scroll support to weston.ini This adds support for enabling/disabling natural scrolling via a boolean in weston.ini:

2017-02-05 Thread Peter Hutterer
On Sun, Feb 05, 2017 at 07:30:18PM -0500, Jiayi Zhao wrote: > ​​ > Hmmm, after using udev_device_has_tag(udev_device, "ID_INPUT_TOUCHPAD"), > I'm getting linking errors. Quick google of this leads to: libraries on the > command line should be after the object files being compiled. > Is this a bug?

Re: [PATCH] [weston, v4] weston.ini: Add natural scroll support to weston.ini This adds support for enabling/disabling natural scrolling via a boolean in weston.ini:

2017-02-05 Thread Jiayi Zhao
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: compositor/weston-main.o: undefined reference to symbol 'udev_device_has_tag@@LIBUDEV_183' /usr/lib/libudev.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[1]: **

Re: [PATCH] [weston, v4] weston.ini: Add natural scroll support to weston.ini This adds support for enabling/disabling natural scrolling via a boolean in weston.ini:

2017-02-05 Thread Jiayi Zhao
​​ Hmmm, after using udev_device_has_tag(udev_device, "ID_INPUT_TOUCHPAD"), I'm getting linking errors. Quick google of this leads to: libraries on the command line should be after the object files being compiled. Is this a bug? On Sun, Feb 5, 2017 at 7:20 PM, Peter Hutterer wrote: > On Sun, Feb