mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 19:50:03 +01:00
meson: Fix typoed filename
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
4925348133
commit
ce6741f6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
if host_machine.system() == 'linux'
|
if host_machine.system() == 'linux'
|
||||||
srcs_fbdevhw = 'fbdevhw.c'
|
srcs_fbdevhw = 'fbdevhw.c'
|
||||||
else
|
else
|
||||||
srcs_fbdevhw = 'fbdevhwstubs.c'
|
srcs_fbdevhw = 'fbdevhwstub.c'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
shared_module('fbdevhw',
|
shared_module('fbdevhw',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue