mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Implement wlr_region using pixman
This commit is contained in:
parent
a77fac0760
commit
1bea754521
5 changed files with 58 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ dep_gbm = dependency('gbm')
|
|||
dep_libinput = dependency('libinput')
|
||||
dep_xkbcommon = dependency('xkbcommon')
|
||||
dep_udev = dependency('libudev')
|
||||
dep_pixman = dependency('pixman-1')
|
||||
dep_libcap = dependency('libcap', required: false)
|
||||
dep_systemd = dependency('libsystemd', required: false)
|
||||
dep_math = cc.find_library('m', required: false)
|
||||
|
|
@ -46,6 +47,7 @@ all_deps = [
|
|||
dep_libinput,
|
||||
dep_xkbcommon,
|
||||
dep_udev,
|
||||
dep_pixman,
|
||||
dep_libcap,
|
||||
dep_systemd,
|
||||
dep_math,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue