aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3b8adaeb..9dbc01a4 100644
--- a/meson.build
+++ b/meson.build
@@ -128,7 +128,10 @@ drm = dependency('libdrm',
],
)
xkbcommon = dependency('xkbcommon')
-pixman = dependency('pixman-1')
+pixman = dependency('pixman-1',
+ fallback: 'pixman',
+ default_options: ['werror=false'],
+)
math = cc.find_library('m')
rt = cc.find_library('rt')