mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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')
|
||||
pixman = dependency('pixman-1')
|
||||
pixman = dependency('pixman-1',
|
||||
fallback: 'pixman',
|
||||
default_options: ['werror=false'],
|
||||
)
|
||||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
|
||||
|
|
Loading…
Reference in a new issue