Commit cd23d921 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

[emacs] Add missing libjpeg dependency (#3657)

* Add missing libjpeg dependency

* Revert version bump and binaries
parent 2ad32a55
...@@ -21,6 +21,7 @@ class Emacs < Package ...@@ -21,6 +21,7 @@ class Emacs < Package
}) })
depends_on 'lcms' depends_on 'lcms'
depends_on 'libjpeg'
def self.build def self.build
system "./configure \ system "./configure \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment