Skip to content
Snippets Groups Projects
Commit d3358184 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

asd: add commented out system homegrown

system has some conflicts with silica.
parent 675efd60
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,22 @@
(:file "db-border")
(:file "db-scroll")))))
#+ (or)
(defsystem #:gramps-clim2/homegrown
:depends-on (#:gramps-clim2/silica)
:components
((:module "homegrown"
:components
;; not fully compatible with silica (???)
((:file "scroll-pane")
(:file "db-button")
(:file "db-label")
(:file "db-slider")
(:file "db-menu")
(:file "db-list" :depends-on ("db-menu"))
(:file "db-text")
(:file "last")))))
(defsystem #:gramps-clim2/postscript
:description "Draw-only backend as defined in the specification.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment