mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 18:40:02 +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'
|
||||
srcs_fbdevhw = 'fbdevhw.c'
|
||||
else
|
||||
srcs_fbdevhw = 'fbdevhwstubs.c'
|
||||
srcs_fbdevhw = 'fbdevhwstub.c'
|
||||
endif
|
||||
|
||||
shared_module('fbdevhw',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue