summaryrefslogtreecommitdiff
path: root/kmscube
diff options
context:
space:
mode:
Diffstat (limited to 'kmscube')
-rw-r--r--kmscube/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/kmscube/meson.build b/kmscube/meson.build
index 68765f2..7b87941 100644
--- a/kmscube/meson.build
+++ b/kmscube/meson.build
@@ -1,3 +1,7 @@
+if not get_option('libutils')
+ error('"kmscube" option requires "libutils" option enabled')
+endif
+
kmscube_sources = files([
'cube.cpp',
'cube-egl.cpp',