summaryrefslogtreecommitdiff
path: root/kmscube
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2022-12-20 09:24:24 +0200
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2022-12-20 09:29:07 +0200
commit897f26d912eec4bb53b1f21ff7f5c1c5b39c45b5 (patch)
tree2fd4d10bbd5441e1b74a6a076be228bc705bd144 /kmscube
parent9c3df5f4391ce0743fc1f27b8e6c2af06bf282f7 (diff)
Fix dependency to kms++utils in kmscube and utils
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
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',