1 Fix system not loading due to:
3 Unhandled CFFI:LOAD-FOREIGN-LIBRARY-ERROR
4 Unable to load foreign library (LIBALLEGRO-NUKLEAR).
5 Error opening shared object "/build/source/src/liballegro_nuklear.so":
6 /build/source/src/liballegro_nuklear.so: undefined symbol: al_draw_ellipse.
7 --- a/cl-liballegro-nuklear.asd
8 +++ b/cl-liballegro-nuklear.asd
10 :description "CFFI wrapper for the Nuklear IM GUI library with liballegro backend, to be used with cl-liballegro."
11 :author "Andrew Kravchuk <awkravchuk@gmail.com>"
13 - :depends-on (:cffi :cffi-libffi :trivial-features)
14 + :depends-on (:cl-liballegro :cffi :cffi-libffi :trivial-features)
17 :components ((:makefile "Makefile")