Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
build: move wayland-protocols dep to protocol/
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed May 1, 2021
1 parent 2603a5d commit 66d5805
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -111,7 +110,6 @@ wlr_files = []
wlr_deps = [
wayland_server,
wayland_client,
wayland_protos,
drm,
gbm,
libinput,
Expand Down
1 change: 1 addition & 0 deletions protocol/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir')

wayland_scanner_dep = dependency('wayland-scanner', native: true)
Expand Down

0 comments on commit 66d5805

Please sign in to comment.