aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-06-19 13:05:12 -0400
committerFurkan Sahin <furkan-dev@proton.me>2023-06-19 13:05:12 -0400
commit389f3926a350102aa5fef77f3a37b3f798b8e6fd (patch)
treeb438f8aa15357a0a4123769f9b8207278636f94b /meson.build
parentb85b6de9f301a778d9d58c82cbfb65fe05ab423c (diff)
render: Use wlroots scale filter
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 559ee962..eeee39cd 100644
--- a/meson.build
+++ b/meson.build
@@ -48,7 +48,6 @@ wlroots = dependency('wlroots', version: wlroots_version)
wlroots_features = {
'xwayland': false,
'libinput_backend': false,
- 'gles2_renderer': false,
'session': false,
}
foreach name, _ : wlroots_features
@@ -75,7 +74,6 @@ pango = dependency('pango')
pangocairo = dependency('pangocairo')
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
pixman = dependency('pixman-1')
-glesv2 = wlroots_features['gles2_renderer'] ? dependency('glesv2') : null_dep
libevdev = dependency('libevdev')
libinput = wlroots_features['libinput_backend'] ? dependency('libinput', version: '>=1.21.0') : null_dep
xcb = dependency('xcb', required: get_option('xwayland'))