mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
build: drop pixman dependency after 532656ad5b
This commit is contained in:
parent
029700f0bf
commit
1e66ba8fd7
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue