added libudev

This commit is contained in:
Colin Sherratt
2014-03-18 00:46:30 -04:00
parent 1de7f9e55f
commit 8b0738e774

View File

@ -2,7 +2,7 @@ before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
- sudo apt-get install rust-nightly libudev-dev
script:
- ./configure
- make