Skip to content

Commit

Permalink
remove liburiparser-dev dependency, add ragel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rinat committed Sep 27, 2014
1 parent 4702431 commit aa2e8f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pkg_check_modules(REQ
xinerama
egl
glesv2
liburiparser
libconfig
libevent
libevent_pthreads
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Project is using cmake (>=2.8.8) build system.

* Install prerequisites.
```
$ sudo apt-get install cmake pkg-config libasound2-dev liburiparser-dev \
$ sudo apt-get install cmake pkg-config ragel libasound2-dev \
libglib2.0-dev libconfig-dev libpango1.0-dev libxinerama-dev \
libegl1-mesa-dev libevent-dev libgtk+2.0-dev libgles2-mesa-dev
```
Expand Down

0 comments on commit aa2e8f9

Please sign in to comment.