|
|
|
@ -96,7 +96,6 @@ internal_features = {
|
|
|
|
|
|
|
|
|
|
wayland_server = dependency('wayland-server', version: '>=1.19')
|
|
|
|
|
wayland_client = dependency('wayland-client')
|
|
|
|
|
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
|
|
|
|
drm = dependency('libdrm', version: '>=2.4.95')
|
|
|
|
|
gbm = dependency('gbm', version: '>=17.1.0')
|
|
|
|
|
libinput = dependency('libinput', version: '>=1.14.0')
|
|
|
|
@ -111,7 +110,6 @@ wlr_files = []
|
|
|
|
|
wlr_deps = [
|
|
|
|
|
wayland_server,
|
|
|
|
|
wayland_client,
|
|
|
|
|
wayland_protos,
|
|
|
|
|
drm,
|
|
|
|
|
gbm,
|
|
|
|
|
libinput,
|
|
|
|
|