mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: add subproject fallback for Pixman
Allows users to use a Meson subproject for Pixman.
This commit is contained in:
parent
1928d1ce9f
commit
6c33e5dc50
1 changed files with 4 additions and 1 deletions
|
|
@ -128,7 +128,10 @@ drm = dependency('libdrm',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
xkbcommon = dependency('xkbcommon')
|
xkbcommon = dependency('xkbcommon')
|
||||||
pixman = dependency('pixman-1')
|
pixman = dependency('pixman-1',
|
||||||
|
fallback: 'pixman',
|
||||||
|
default_options: ['werror=false'],
|
||||||
|
)
|
||||||
math = cc.find_library('m')
|
math = cc.find_library('m')
|
||||||
rt = cc.find_library('rt')
|
rt = cc.find_library('rt')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue