hugegreenbug / xf86-input-cmt

X11 ChromiumOS touchpad driver ported to Linux
BSD 3-Clause "New" or "Revised" License
82 stars 15 forks source link

gestures.h missing #10

Closed Justinzobel closed 7 years ago

Justinzobel commented 9 years ago

Using 2.0.1 tarball

./gesture.h:11:31: fatal error: gestures/gestures.h: No such file or directory

include <gestures/gestures.h>

hugegreenbug commented 9 years ago

You need to install libgestures and libevdevc before compiling this driver. https://github.com/hugegreenbug/libgestures and https://github.com/hugegreenbug/libevdevc .

Hugh

On Wed, Jul 1, 2015 at 7:28 PM, Justin notifications@github.com wrote:

Using 2.0.1 tarball

./gesture.h:11:31: fatal error: gestures/gestures.h: No such file or directory

include

— Reply to this email directly or view it on GitHub https://github.com/hugegreenbug/xf86-input-cmt/issues/10.

Justinzobel commented 9 years ago

Thanks!

On Thu, 2 Jul 2015 at 13:20 Hugh Greenberg notifications@github.com wrote:

You need to install libgestures and libevdevc before compiling this driver. https://github.com/hugegreenbug/libgestures and https://github.com/hugegreenbug/libevdevc .

Hugh

On Wed, Jul 1, 2015 at 7:28 PM, Justin notifications@github.com wrote:

Using 2.0.1 tarball

./gesture.h:11:31: fatal error: gestures/gestures.h: No such file or directory

include

— Reply to this email directly or view it on GitHub https://github.com/hugegreenbug/xf86-input-cmt/issues/10.

— Reply to this email directly or view it on GitHub https://github.com/hugegreenbug/xf86-input-cmt/issues/10#issuecomment-117897449 .