meson: Fix kdrive build.
Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b7376fb933
commit
11c133aafe
|
@ -4,7 +4,6 @@ srcs = [
|
||||||
'ephyrcursor.c',
|
'ephyrcursor.c',
|
||||||
'ephyr_draw.c',
|
'ephyr_draw.c',
|
||||||
'hostx.c',
|
'hostx.c',
|
||||||
'os.c',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
xephyr_dep = [
|
xephyr_dep = [
|
||||||
|
|
|
@ -3,7 +3,6 @@ srcs_kdrive = [
|
||||||
'kdrive.c',
|
'kdrive.c',
|
||||||
'kinfo.c',
|
'kinfo.c',
|
||||||
'kinput.c',
|
'kinput.c',
|
||||||
'kmode.c',
|
|
||||||
'kshadow.c',
|
'kshadow.c',
|
||||||
'../../../mi/miinitext.c',
|
'../../../mi/miinitext.c',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue