Files
meta-openembedded/meta-oe/recipes-graphics
Khem Raj 5ce7a2a89b xterm: Add _GNU_SOURCE via CFLAGS
This ensures that definitions of functions e.g. ptsname and wcwidth are
added correctly.

Fixes
| ./main.c:2940:8: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
|         char *name = ptsname(*pty);
|               ^      ~~~~~~~~~~~~~

| ./util.c:5506:19: error: use of undeclared identifier 'wcwidth'
|             my_wcwidth = wcwidth;
|                          ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-29 19:18:27 -07:00
..
2022-09-22 03:51:38 -07:00
2022-06-03 08:53:03 -07:00
2022-08-28 23:57:15 -07:00
2020-08-13 22:32:07 -07:00
2022-09-05 22:49:35 -07:00
2022-09-05 22:49:35 -07:00
2022-07-18 09:11:22 -07:00
2022-05-10 08:54:21 -07:00
2022-07-18 09:11:22 -07:00
2021-10-25 08:38:43 -07:00
2022-09-07 16:44:53 -07:00
2021-08-03 10:21:25 -07:00
2022-05-16 09:09:47 -07:00
2022-04-14 19:42:10 -07:00
2021-12-13 08:15:33 -08:00
2022-08-08 11:38:15 -07:00
2022-03-24 09:45:25 -07:00
2021-08-03 10:21:25 -07:00