a902b0089
신재종
fork clone_app so...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
/*
* Autogenerated by the Meson build system.
* Do not edit, your changes will be lost.
*/
#pragma once
#define BINDIR "/usr/bin"
#define BUILD_DRM_COMPOSITOR 1
#define BUILD_DRM_GBM 1
#define BUILD_FBDEV_COMPOSITOR 1
#define DATADIR "/usr/share"
#define EGL_NO_X11 1
#define ENABLE_EGL 1
#define ENABLE_IMXG2D 1
#define ENABLE_IMXGPU 1
#define ENABLE_JUNIT_XML 1
#define ENABLE_OPENGL 1
#define HAVE_DBUS 1
#define HAVE_GBM_FD_IMPORT 1
#define HAVE_GBM_MODIFIERS 1
#define HAVE_INITGROUPS 1
#define HAVE_JPEG 1
#define HAVE_LINUX_SYNC_FILE_H 1
#define HAVE_MEMFD_CREATE 1
#define HAVE_MKOSTEMP 1
#define HAVE_PAM 1
#define HAVE_PANGO 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_STRCHRNUL 1
#define HAVE_SYSTEMD_LOGIN 1
#define HAVE_SYSTEMD_LOGIN_209 1
#define HAVE_XKBCOMMON_COMPOSE 1
#define LIBEXECDIR "/usr/libexec"
#define LIBWESTON_MODULEDIR "/usr/lib/libweston-9"
#define MAJOR_IN_SYSMACROS 1
#define MESA_EGL_NO_X11_HEADERS 1
#define MODULEDIR "/usr/lib/weston"
#define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/wayland/weston/issues/"
#define PACKAGE_STRING "weston 9.0.0"
#define PACKAGE_URL "https://wayland.freedesktop.org"
#define PACKAGE_VERSION "9.0.0"
#define TEST_GL_RENDERER 1
#define USE_RESIZE_POOL 1
#define VERSION "9.0.0"
#define WESTON_NATIVE_BACKEND "drm-backend.so"
#define WESTON_SHELL_CLIENT "weston-desktop-shell"
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
|