mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
kmssink: Trivial naming fix in meson for consistency
This commit is contained in:
parent
9f6ffdf348
commit
3e1a230337
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ libdrm_dep = dependency('libdrm', version : '>= 2.4.55', required : false)
|
|||
libkms_dep = dependency('libkms', required : false)
|
||||
|
||||
if libdrm_dep.found() and libkms_dep.found()
|
||||
gstkmssink = library('gstkms',
|
||||
gstkmssink = library('gstkmssink',
|
||||
kmssink_sources,
|
||||
c_args : gst_plugins_bad_args,
|
||||
include_directories : [configinc],
|
||||
|
|
Loading…
Reference in a new issue