Add build dependency for libxcursor

This commit is contained in:
Henrik Andersson 2017-09-21 16:29:07 +02:00 committed by GitHub
parent 6dd85edc6f
commit 1e3e8ee19a

View File

@ -6,6 +6,6 @@ compiler: gcc
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y libpcsclite-dev - sudo apt-get install -y libpcsclite-dev libxcursor-dev
script: ./bootstrap && ./configure && make script: ./bootstrap && ./configure && make