Add missing dependencies to emacs (#4068)
This commit is contained in:
parent
b32afbbbcb
commit
0f9059236c
1 changed files with 3 additions and 0 deletions
|
@ -39,7 +39,10 @@ class Emacs(AutotoolsPackage):
|
|||
variant('toolkit', default='gtk',
|
||||
description="Select an X toolkit (gtk, athena)")
|
||||
|
||||
depends_on('pkg-config@0.9.0:', type='build')
|
||||
|
||||
depends_on('ncurses')
|
||||
depends_on('zlib')
|
||||
depends_on('libtiff', when='+X')
|
||||
depends_on('libpng', when='+X')
|
||||
depends_on('libxpm', when='+X')
|
||||
|
|
Loading…
Reference in a new issue