main: Add "wayland-client" dependency
This commit is contained in:
parent
6b6ffcdaf8
commit
2baad51f7f
2 changed files with 2 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ librt_dep = cppc.find_library('rt', required : get_option('pipewire'))
|
|||
hwdata_dep = dependency('hwdata')
|
||||
|
||||
dep_x11 = dependency('x11')
|
||||
dep_wayland = dependency('wayland-client')
|
||||
vulkan_dep = dependency('vulkan')
|
||||
|
||||
if get_option('enable_openvr_support')
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ endif
|
|||
src, reshade_src,
|
||||
include_directories : [reshade_include],
|
||||
dependencies: [
|
||||
dep_x11, dep_xdamage, dep_xcomposite, dep_xrender, dep_xext, dep_xfixes,
|
||||
dep_wayland, dep_x11, dep_xdamage, dep_xcomposite, dep_xrender, dep_xext, dep_xfixes,
|
||||
dep_xxf86vm, dep_xres, glm_dep, drm_dep, wayland_server,
|
||||
xkbcommon, thread_dep, sdl_dep, wlroots_dep,
|
||||
vulkan_dep, liftoff_dep, dep_xtst, dep_xmu, cap_dep, pipewire_dep, librt_dep,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue