build: drop pixman dependency after 532656ad5b

This commit is contained in:
Jan Beich 2022-11-18 08:18:25 +00:00 committed by Consolatis
parent 029700f0bf
commit 1e66ba8fd7

View file

@ -57,7 +57,6 @@ glib = dependency('glib-2.0')
cairo = dependency('cairo') cairo = dependency('cairo')
pangocairo = dependency('pangocairo') pangocairo = dependency('pangocairo')
input = dependency('libinput', version: '>=1.14') input = dependency('libinput', version: '>=1.14')
pixman = dependency('pixman-1')
math = cc.find_library('m') math = cc.find_library('m')
if get_option('xwayland').enabled() and not wlroots_has_xwayland if get_option('xwayland').enabled() and not wlroots_has_xwayland
@ -92,7 +91,6 @@ labwc_deps = [
drm, drm,
pangocairo, pangocairo,
input, input,
pixman,
math, math,
] ]