diff options
| author | Ronan Pigott <rpigott@berkeley.edu> | 2019-11-13 11:23:36 -0700 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2019-11-29 18:13:37 +0100 |
| commit | 6968fb3123e69f563cd01d472967a9e6ddca2ec1 (patch) | |
| tree | 0e313d5e19da37762ab572e38c36ff33798f25fb /meson.build | |
| parent | 4b579536288108ec09bb8523dea6799228d3d7fa (diff) | |
add scale_filter output config option
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 160c921f..70afcd50 100644 --- a/meson.build +++ b/meson.build @@ -48,6 +48,7 @@ pango = dependency('pango') pangocairo = dependency('pangocairo') gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf')) pixman = dependency('pixman-1') +glesv2 = dependency('glesv2') libevdev = dependency('libevdev') libinput = dependency('libinput', version: '>=1.6.0') systemd = dependency('libsystemd', version: '>=239', required: false) |
