Removed unnecessary dependencies

This commit is contained in:
Keith Bowes 2020-02-29 12:16:50 -05:00
parent 30f471d8b4
commit 555b78e9ec
3 changed files with 1 additions and 4 deletions

View file

@ -22,10 +22,8 @@ cc = meson.get_compiler('c')
# Adding include directory
inc_dir = include_directories('include')
pixman = dependency('pixman-1')
wlroots = dependency('wlroots', version: '>=0.9.0')
wayland_server = dependency('wayland-server')
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
xkbcommon = dependency('xkbcommon')