mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Build linux_notify.c
This commit is contained in:
@@ -64,7 +64,8 @@
|
|||||||
"egl_context.h",
|
"egl_context.h",
|
||||||
"osmesa_context.h",
|
"osmesa_context.h",
|
||||||
"linux_joystick.h",
|
"linux_joystick.h",
|
||||||
"null_joystick.h"
|
"null_joystick.h",
|
||||||
|
"linux_notify.h"
|
||||||
],
|
],
|
||||||
"protocols": [
|
"protocols": [
|
||||||
"stable/xdg-shell/xdg-shell.xml",
|
"stable/xdg-shell/xdg-shell.xml",
|
||||||
@@ -88,7 +89,8 @@
|
|||||||
"osmesa_context.c",
|
"osmesa_context.c",
|
||||||
"backend_utils.c",
|
"backend_utils.c",
|
||||||
"linux_joystick.c",
|
"linux_joystick.c",
|
||||||
"null_joystick.c"
|
"null_joystick.c",
|
||||||
|
"linux_notify.c"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"wayland_protocols": [
|
"wayland_protocols": [
|
||||||
@@ -128,7 +130,8 @@
|
|||||||
"egl_context.h",
|
"egl_context.h",
|
||||||
"osmesa_context.h",
|
"osmesa_context.h",
|
||||||
"linux_joystick.h",
|
"linux_joystick.h",
|
||||||
"null_joystick.h"
|
"null_joystick.h",
|
||||||
|
"linux_notify.h"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
"x11_init.c",
|
"x11_init.c",
|
||||||
@@ -144,7 +147,8 @@
|
|||||||
"osmesa_context.c",
|
"osmesa_context.c",
|
||||||
"backend_utils.c",
|
"backend_utils.c",
|
||||||
"linux_joystick.c",
|
"linux_joystick.c",
|
||||||
"null_joystick.c"
|
"null_joystick.c",
|
||||||
|
"linux_notify.c"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user