branch: elpa/pdf-tools commit dea468796d7a20c7b28bc4360d0663cb1dc010fd Author: João Paulo da Cruz <cr...@riseup.net> Commit: Vedang Manerikar <ved.maneri...@gmail.com>
Add `cairo-devel` to Void Linux package list In Void Linux most heading/development files are separated from the "main" packages and are stored on `${package-name}-devel`. The autobuild for Void fails because it tries to find `cairo-devel`, which contains `cairo`, respectives headers and other dependencies. This Pull Request adds `cairo-devel` to the `PACKAGES` variable --- server/autobuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/autobuild b/server/autobuild index f05d6fce77..d5a594d28b 100755 --- a/server/autobuild +++ b/server/autobuild @@ -434,7 +434,8 @@ os_void() { poppler-glib-devel zlib-devel make - pkgconf" + pkgconf + cairo-devel" PKGCMD=xbps-install PKGARGS="-Sy" export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/lib/pkgconfig"