From a692a2175257420d80aa5e65128323070480987e Mon Sep 17 00:00:00 2001
From: Daniel Kochmanski <daniel@turtleware.eu>
Date: Sat, 13 May 2017 10:31:53 +0200
Subject: [PATCH] clx-backend: depend on /core

---
 gramps-clim2.asd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gramps-clim2.asd b/gramps-clim2.asd
index 5aaede53..ccc6d1c1 100644
--- a/gramps-clim2.asd
+++ b/gramps-clim2.asd
@@ -168,7 +168,7 @@
 ;;; based on `clx-clim' in clx/sysdcl.lisp
 (defsystem #:gramps-clim2/clx-backend
   :description "Reference backend for X-Window system."
-  :depends-on (#:clx)
+  :depends-on (#:clx #:gramps-clim2/core)
   :components
   ((:module "clx"
 	    :components
-- 
GitLab