Skip to content

Commit

Permalink
Merge pull request #191 from Conan-Kudo/use-egl-pkgconfig
Browse files Browse the repository at this point in the history
meson: Use pkgconfig to find the EGL dependency
  • Loading branch information
elFarto authored Mar 19, 2023
2 parents 2f1b8e7 + 9a9176a commit c0a7f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cc = meson.get_compiler('c')
deps = [
cc.find_library('m'),
cc.find_library('dl', required : false),
cc.find_library('EGL'),
dependency('egl'),
dependency('ffnvcodec', version: '>= 11.1.5.1'),
dependency('libva', version: '>= 1.8.0').partial_dependency(compile_args: true),
dependency('libdrm', version: '>=2.4.60').partial_dependency(compile_args: true),
Expand Down

0 comments on commit c0a7f54

Please sign in to comment.