Closed issue by emacsomancer on void-packages repository https://github.com/void-linux/void-packages/issues/6383 Description: ### System * xuname: *Void 4.19.12_1 x86_64 GenuineIntel uptodate FFFFFFFF* * package: *emacs 26.1.5* ### Expected behavior Building Emacs with e.g. `./xbps-src -o imagemagick pkg emacs-x11` followed by `xi emacs-x11` should install a version of Emacs that can resize images via ImageMagick. ### Actual behavior Emacs still claims it needs ImageMagick support to resize images. ### Steps to reproduce the behavior git clone the void-packages repo, install the bootstrap via ` ./xbps-src binary-bootstrap`, and then try to build emacs with `./xbps-src -o imagemagick pkg emacs-x11` followed by `xi emacs-x11`. Similar results occur if `emacs-x11` is substituted by `emacs-gtk3`. Similarly, even editing the template directly to make `imagemagick` a default option produces the same results.