mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Check for libavutil/hwcontext_drm.h
This is an optional feature of libavutil, so this will cause a build failure if it's not present (e.g. on Debian/Ubuntu).
This commit is contained in:
parent
4852010f29
commit
86942d8a6a
2 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ project(
|
|||
'c',
|
||||
version: '0.0.1',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.43.0',
|
||||
meson_version: '>=0.44.0',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
'warning_level=2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue