meson: Remove pixman dependency
parent
4e6fe5bec2
commit
e9e3b76721
|
@ -27,7 +27,6 @@ cc = meson.get_compiler('c')
|
||||||
libm = cc.find_library('m', required: false)
|
libm = cc.find_library('m', required: false)
|
||||||
librt = cc.find_library('rt', required: false)
|
librt = cc.find_library('rt', required: false)
|
||||||
|
|
||||||
pixman = dependency('pixman-1')
|
|
||||||
xkbcommon = dependency('xkbcommon')
|
xkbcommon = dependency('xkbcommon')
|
||||||
wayland_client = dependency('wayland-client')
|
wayland_client = dependency('wayland-client')
|
||||||
libvncclient = dependency('libvncclient')
|
libvncclient = dependency('libvncclient')
|
||||||
|
@ -55,7 +54,6 @@ sources = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
libm,
|
libm,
|
||||||
librt,
|
librt,
|
||||||
pixman,
|
|
||||||
xkbcommon,
|
xkbcommon,
|
||||||
aml,
|
aml,
|
||||||
wayland_client,
|
wayland_client,
|
||||||
|
|
Loading…
Reference in New Issue