Skip to content

Commit 2f2575c

Browse files
committed
mi: move over mioverlay.c to hw/xfree86/compat
Since these are just dummies needed for compat with proprietary Nvidia driver, they're better off in the compat directory. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
1 parent 91f8f0f commit 2f2575c

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

hw/xfree86/compat/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
srcs_xorg_compat = [
22
'clientexception.c',
33
'log.c',
4+
'mioverlay.c',
45
'nvidiabug.c',
56
'ones.c',
67
'xf86Helper.c',

mi/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ srcs_mi = [
99
'mifillarc.c',
1010
'migc.c',
1111
'miglblt.c',
12-
'mioverlay.c',
1312
'mipointer.c',
1413
'mipoly.c',
1514
'mipolypnt.c',

0 commit comments

Comments
 (0)