summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index a4fe0850c..3edefc51e 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -35,6 +35,12 @@ if have_gnome_desktop
]
endif
+if have_libdisplay_info
+ mutter_pkg_private_deps += [
+ libdisplay_info_dep,
+ ]
+endif
+
if have_sound_player
mutter_pkg_private_deps += [
libcanberra_dep,