Swiper now depends on avy

This commit is contained in:
Hajime Yoshimori 2020-05-27 08:10:09 +09:00
parent f3873bebdb
commit d907581070

View File

@ -1,10 +1,10 @@
(:name swiper
:description "Gives you an overview as you search for a regex."
:type github
:depends (cl-lib)
:depends (cl-lib avy)
:pkgname "abo-abo/swiper"
:build `(("make" ,(format "emacs=%s" el-get-emacs) "compile")
:build `(("make" ,(format "emacs=%s -L %s" el-get-emacs (concat (file-name-as-directory el-get-dir) "avy")) "compile")
("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
:build/berkeley-unix `(("gmake" ,(format "emacs=%s" el-get-emacs) "compile")
:build/berkeley-unix `(("gmake" ,(format "emacs=%s -L %s" el-get-emacs (concat (file-name-as-directory el-get-dir) "avy")) "compile")
("gmakeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
:info "doc/ivy.info")