Skip to content

Commit

Permalink
Removed unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed May 7, 2024
1 parent 750ec5a commit ec8de12
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ else
)
endif

wayland_project_options = ['tests=false', 'documentation=false']
wayland_server = dependency('wayland-server',
version: '>=1.22',
fallback: 'wayland',
default_options: wayland_project_options,
)

wlroots_options = [ 'examples=false' ]
wlroots_version = ['>=0.17.0', '<0.18.0']
wlroots = dependency('wlroots',
Expand All @@ -108,46 +101,9 @@ if not wlroots.found()
wlroots = wlroots_proj.get_variable('wlroots')
endif


drm = dependency('libdrm',
version: '>=2.4.114',
fallback: 'libdrm',
default_options: [
'intel=disabled',
'radeon=disabled',
'amdgpu=disabled',
'nouveau=disabled',
'vmwgfx=disabled',
'omap=disabled',
'exynos=disabled',
'freedreno=disabled',
'tegra=disabled',
'vc4=disabled',
'etnaviv=disabled',
'cairo-tests=disabled',
'man-pages=disabled',
'valgrind=disabled',
'tests=false',
],
)
xkbcommon = dependency('xkbcommon')
pixman = dependency('pixman-1',
version: '>=0.42.0',
fallback: 'pixman',
default_options: ['werror=false'],
)
math = cc.find_library('m')
rt = cc.find_library('rt')

wlr_files = []
wlr_deps = [
wlroots,
wayland_server,
drm,
xkbcommon,
pixman,
math,
rt,
]

subdir('protocol')
Expand Down

0 comments on commit ec8de12

Please sign in to comment.