Skip to content

Commit

Permalink
meson: drop unused libxkbcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich authored and emersion committed Apr 26, 2019
1 parent 34e4a47 commit ec9fb9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Install dependencies:
* meson \*
* wayland
* wayland-protocols \*
* libxkbcommon
* cairo
* gdk-pixbuf2 \*\*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
Expand Down
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ endif

wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
xkbcommon = dependency('xkbcommon')
cairo = dependency('cairo')
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))

Expand Down Expand Up @@ -101,7 +100,6 @@ dependencies = [
cairo,
client_protos,
gdk_pixbuf,
xkbcommon,
wayland_client,
]

Expand Down

0 comments on commit ec9fb9a

Please sign in to comment.