From f9baaf493cebd3ec504022f67018a31dd2f153c0 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 23 Jul 2022 13:22:27 -0500 Subject: [dep] examples system def depends on wheelwork-gui --- wheelwork-examples.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd index 085523a..75d7ef4 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -4,7 +4,7 @@ :license "GPL-3.0" :version "0.0.1" :serial t - :depends-on (#:wheelwork) + :depends-on (#:wheelwork #:wheelwork-gui) :pathname "examples/" :components ((:file "01-click-and-drag-image") (:file "02-moving-bitmp") -- cgit v1.2.3