summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-04-02 02:30:06 +0200
committerLuke from DC <[email protected]>2025-04-04 22:19:13 +0000
commit688692ae4af3c511a497a620adfbdd2e038c81f9 (patch)
treed9fd4ff65bdf980eade2db5efa8033e8db2eb6cb /meson.build
parent20d70463f2ed9a7debe9bd5b3e09359882f646e1 (diff)
downloadatril-688692ae4af3c511a497a620adfbdd2e038c81f9.tar.bz2
atril-688692ae4af3c511a497a620adfbdd2e038c81f9.tar.xz
fix all build errors with meson
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4156d47a..5e66eaf3 100644
--- a/meson.build
+++ b/meson.build
@@ -67,6 +67,7 @@ zlib = dependency('zlib')
libsecret = dependency('libsecret-1', version: '>= 0.5', required: get_option('keyring'))
gtk_unix_print = dependency('gtk+-unix-print-3.0', version: '>= ' + gtk_version, required: get_option('gtk_unix_print'))
mate_desktop = dependency('mate-desktop-2.0')
+egg = dependency('libegg')
# Backend configuration
enabled_backend_names = []
@@ -220,7 +221,8 @@ c_args = [
'-DMATELOCALEDIR="@0@"'.format(join_paths(prefix, datadir, 'locale')),
'-Werror=implicit-function-declaration',
'-DATRIL_COMPILATION',
- '-DPACKAGE_URL="https://mate-desktop.org"'
+ '-DPACKAGE_URL="https://mate-desktop.org"',
+ '-include', 'config.h',
]
cpp_args = [
@@ -284,6 +286,7 @@ endif
subdir('cut-n-paste/toolbar-editor')
subdir('cut-n-paste/zoom-control')
+subdir('properties')
subdir('shell')
subdir('po')