-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson.build
214 lines (188 loc) · 7.49 KB
/
meson.build
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
project(
'libxfce4windowing',
'c',
version : '4.20.0-dev',
license : 'GPL-2',
meson_version : '>= 0.56.0',
default_options : ['c_std=gnu11', 'buildtype=debugoptimized', 'warning_level=2', 'b_ndebug=if-release']
)
project_namespace = 'xfce'
pkgdatadir = get_option('datadir') / meson.project_name()
cc = meson.get_compiler('c')
pkgconfig = import('pkgconfig')
gnome = import('gnome')
i18n = import('i18n')
dependency_versions = {
'display-info': '>= 0.1.1',
'gir': '>= 1.72.0',
'glib': '>= 2.72.0',
'gdk-pixbuf': '>= 2.42.8',
'gtk': '>= 3.24.10',
'libx11': '>= 1.6.7',
'wayland': '>= 1.20',
'wayland-protocols': '>= 1.25',
'wlr-protocols': '>= 0',
'wnck': '>= 3.14',
'xrandr': '>= 1.5.0',
}
glib = dependency('glib-2.0', version: dependency_versions['glib'])
gir = dependency('gobject-introspection-1.0', version: dependency_versions['gir'], required: get_option('introspection'))
gobject = dependency('gobject-2.0', version: dependency_versions['glib'])
gio_unix = dependency('gio-unix-2.0', version: dependency_versions['glib'])
gdk = dependency('gdk-3.0', version: dependency_versions['gtk'])
gdk_pixbuf = dependency('gdk-pixbuf-2.0', version: dependency_versions['gdk-pixbuf'])
gtk = dependency('gtk+-3.0', version: dependency_versions['gtk'])
python3 = find_program('python3', required: true)
xdt_gen_visibility = find_program('xdt-gen-visibility', required: true)
# Feature: 'x11'
display_info = dependency('libdisplay-info', version: dependency_versions['display-info'], required: get_option('x11'))
libx11 = dependency('x11', version: dependency_versions['libx11'], required: get_option('x11'))
gdk_x11 = dependency('gdk-x11-3.0', version: dependency_versions['gtk'], required: get_option('x11'))
wnck = dependency('libwnck-3.0', version: dependency_versions['wnck'], required: get_option('x11'))
xrandr = dependency('xrandr', version: dependency_versions['xrandr'], required: get_option('x11'))
# Feature: 'wayland'
gdk_wayland = dependency('gdk-wayland-3.0', version: dependency_versions['gtk'], required: get_option('wayland'))
wayland_client = dependency('wayland-client', version: dependency_versions['wayland'], required: get_option('wayland'))
wayland_scanner = dependency('wayland-scanner', version: dependency_versions['wayland'], required: get_option('wayland'))
wayland_protocols = dependency('wayland-protocols', version: dependency_versions['wayland-protocols'], required: get_option('wayland'))
wlr_protocols = dependency('wlr-protocols', version: dependency_versions['wlr-protocols'], required: false)
feature_cflags = []
enable_x11 = not get_option('x11').disabled() and \
libx11.found() and \
gdk_x11.found() and \
wnck.found() and \
display_info.found() and \
xrandr.found()
x11_deps = []
if enable_x11
feature_cflags += '-DENABLE_X11=1'
x11_deps += [
display_info,
libx11,
gdk_x11,
wnck,
xrandr,
]
endif
enable_wayland = not get_option('wayland').disabled() and \
gdk_wayland.found() and \
wayland_client.found() and \
wayland_scanner.found() and \
wayland_protocols.found()
wayland_deps = []
if enable_wayland
feature_cflags += '-DENABLE_WAYLAND=1'
wayland_scanner_path = wayland_scanner.get_variable(pkgconfig: 'wayland_scanner')
wayland_scanner_bin = find_program(wayland_scanner_path, required: true)
wl_protocols_pkgdatadir = wayland_protocols.get_variable(pkgconfig: 'pkgdatadir')
if wlr_protocols.found()
wlr_protocols_pkgdatadir = wlr_protocols.get_variable(pkgconfig: 'pkgdatadir')
else
wlr_protocols_pkgdatadir = meson.project_source_root() / 'protocols' / 'wlr-protocols'
endif
wayland_deps += [
gdk_wayland,
wayland_client,
]
endif
if not enable_x11 and not enable_wayland
error('At least one of the X11 and Wayland backends must be enabled')
endif
gnu_symbol_visibility = 'default'
if get_option('visibility')
gnu_symbol_visibility = 'hidden'
feature_cflags += '-DENABLE_SYMBOL_VISIBILITY=1'
endif
extra_cflags = []
extra_cflags_check = [
'-Wmissing-declarations',
'-Wmissing-noreturn',
'-Wold-style-definition',
'-Wredundant-decls',
'-Wpointer-arith',
'-Wcast-align',
'-Winit-self',
'-Wshadow',
'-Wmissing-include-dirs',
'-Wundef',
'-Wformat',
'-Wformat-security',
'-Wformat-y2k',
'-Wnested-externs',
'-Wno-unused-parameter',
'-Wno-declaration-after-statement',
'-Werror=implicit-function-declaration',
'-Wno-error=deprecated-declarations',
]
buildtype = get_option('buildtype')
if buildtype == 'debug' or buildtype == 'debugoptimized'
extra_cflags_check += '-fstack-protector-strong'
extra_cflags += '-DDEBUG=1'
if buildtype == 'debug'
extra_cflags += [
'-DG_ENABLE_DEBUG',
'-DDEBUG_TRACE=1',
]
endif
elif buildtype == 'minsize'
extra_cflags += [
'-DNDEBUG',
'-DG_DISABLE_CAST_CHECKS',
'-DG_DISABLE_ASSERT',
]
endif
if dependency_versions.has_key('glib')
glib_version_parts = dependency_versions['glib'].split(' ')
glib_min_version_parts = glib_version_parts[1].split('.')
glib_min_version_define = 'GLIB_VERSION_@0@_@1@'.format(glib_min_version_parts[0], glib_min_version_parts[1])
extra_cflags += [
'-DGLIB_VERSION_MIN_REQUIRED=@0@'.format(glib_min_version_define),
'-DGLIB_VERSION_MAX_ALLOWED=@0@'.format(glib_min_version_define),
'-DG_LOG_DOMAIN="@0@"'.format(meson.project_name()),
'-DG_LOG_USE_STRUCTURED=1',
]
endif
version_parts = meson.project_version().split('-dev')[0].split('.')
version_short = '@0@.@1@'.format(version_parts[0], version_parts[1])
extra_cflags += [
'-DPACKAGE="@0@"'.format(meson.project_name()),
'-DPACKAGE_NAME="@0@"'.format(meson.project_name()),
'-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
'-DVERSION="@0@"'.format(meson.project_version()),
'-DVERSION_SHORT="@0@"'.format(version_short),
'-DPACKAGE_STRING="@0@ @1@"'.format(meson.project_name(), meson.project_version()),
'-DPACKAGE_DATADIR="@0@"'.format(pkgdatadir),
'-DPACKAGE_LOCALE_DIR="@0@"'.format(get_option('prefix') / get_option('localedir')),
'-DPACKAGE_BUGREPORT="https://gitlab.xfce.org/@0@/@1@/-/issues"'.format(project_namespace, meson.project_name()),
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
'-DPREFIX="@0@"'.format(get_option('prefix')),
'-DBINDIR="@0@"'.format(get_option('prefix') / get_option('bindir')),
'-DDATADIR="@0@"'.format(get_option('prefix') / get_option('datadir')),
'-DINCLUDEDIR="@0@"'.format(get_option('prefix') / get_option('includedir')),
'-DLIBDIR="@0@"'.format(get_option('prefix') / get_option('libdir')),
'-DLIBEXECDIR="@0@"'.format(get_option('prefix') / get_option('libexecdir')),
'-DLOCALEDIR="@0@"'.format(get_option('prefix') / get_option('localedir')),
'-DLOCALSTATEDIR="@0@"'.format(get_option('prefix') / get_option('localstatedir')),
'-DSBINDIR="@0@"'.format(get_option('prefix') / get_option('sbindir')),
'-DSYSCONFDIR="@0@"'.format(get_option('prefix') / get_option('sysconfdir')),
'-DHAVE_XFCE_REVISION_H=1',
]
add_project_arguments(cc.get_supported_arguments(extra_cflags_check), language: 'c')
add_project_arguments(extra_cflags, language: 'c')
add_project_arguments(feature_cflags, language: 'c')
xfce_revision_h = vcs_tag(
command: ['git', 'rev-parse', '--short', 'HEAD'],
fallback: 'UNKNOWN',
input: 'xfce-revision.h.in',
output: 'xfce-revision.h',
replace_string: '@REVISION@',
)
lib_so_version = '0'
lib_version = '@0@.0.0'.format(lib_so_version)
subdir('protocols')
subdir('libxfce4windowing')
subdir('libxfce4windowingui')
subdir('docs' / 'reference' / 'libxfce4windowing')
subdir('docs' / 'reference' / 'libxfce4windowingui')
subdir('po')
subdir('tests')