Build linux_notify.c

This commit is contained in:
Kovid Goyal 2019-02-03 10:28:03 +05:30
parent 17a16ccd21
commit 5957befaad
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -64,7 +64,8 @@
"egl_context.h",
"osmesa_context.h",
"linux_joystick.h",
"null_joystick.h"
"null_joystick.h",
"linux_notify.h"
],
"protocols": [
"stable/xdg-shell/xdg-shell.xml",
@ -88,7 +89,8 @@
"osmesa_context.c",
"backend_utils.c",
"linux_joystick.c",
"null_joystick.c"
"null_joystick.c",
"linux_notify.c"
]
},
"wayland_protocols": [
@ -128,7 +130,8 @@
"egl_context.h",
"osmesa_context.h",
"linux_joystick.h",
"null_joystick.h"
"null_joystick.h",
"linux_notify.h"
],
"sources": [
"x11_init.c",
@ -144,7 +147,8 @@
"osmesa_context.c",
"backend_utils.c",
"linux_joystick.c",
"null_joystick.c"
"null_joystick.c",
"linux_notify.c"
]
}
}