Skip to content

Commit

Permalink
meson: track proto sources dependency on wayland-client
Browse files Browse the repository at this point in the history
libwayland maybe installed outside of default C preprocessor search.

libclient_protos.a.p/idle-inhibit-unstable-v1-protocol.c:28:10: fatal error: 'wayland-util.h' file not found
 #include "wayland-util.h"
          ^~~~~~~~~~~~~~~~
  • Loading branch information
jbeich committed Dec 24, 2021
1 parent 1bd2650 commit 40cfe3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ client_protos_headers = wayland_scanner_client.process(xml)
lib_client_protos = static_library(
'client_protos',
[ client_protos_src, client_protos_headers ],
dependencies: [ wayland_client ],
)

client_protos = declare_dependency(
Expand Down

0 comments on commit 40cfe3f

Please sign in to comment.