From 1bea754521e046287a5eff56fc56c1bd42b36c1f Mon Sep 17 00:00:00 2001 From: nyorain Date: Wed, 9 Aug 2017 16:24:28 +0200 Subject: Implement wlr_region using pixman --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index a6c8dd6c..b4a7fdc4 100644 --- a/meson.build +++ b/meson.build @@ -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, -- cgit v1.2.3