diff --git a/present/meson.build b/present/meson.build index 3422ef77ab..7915d16cc7 100644 --- a/present/meson.build +++ b/present/meson.build @@ -20,7 +20,7 @@ libxserver_present = static_library('xserver_present', include_directories: inc, dependencies: [ common_dep, - epoll_dep, + epoll_dep, dependency('presentproto', version: '>= 1.2') ], )