mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
meson.build: Fix typo in gstreamer-sharp message
Reported by @jeandet on IRC.
This commit is contained in:
parent
8ff8df2112
commit
61ece08deb
1 changed files with 2 additions and 2 deletions
|
@ -95,10 +95,10 @@ if not get_option('disable_gstreamer_sharp')
|
|||
if meson.version().version_compare('>=0.43')
|
||||
subprojects += ['gstreamer-sharp']
|
||||
else
|
||||
message('WARNING: Not building gstramer-sharp as meson >=0.43 not found.')
|
||||
message('WARNING: Not building gstreamer-sharp as meson >=0.43 not found.')
|
||||
endif
|
||||
else
|
||||
message('WARNING: Not building gstramer-sharp as no CS compiler found.')
|
||||
message('WARNING: Not building gstreamer-sharp as no CS compiler found.')
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue