Fix gtkplus build by hardcoding X11 support (#6971)
* Fix gtkplus build by hardcoding X11 support * Remove +X variant from gtkplus dependents
This commit is contained in:

committed by
Gregory Lee

parent
dceb66741c
commit
8bdf7e6baa
@@ -57,7 +57,7 @@ class Emacs(AutotoolsPackage):
|
||||
depends_on('giflib', when='+X')
|
||||
depends_on('libx11', when='+X')
|
||||
depends_on('libxaw', when='+X toolkit=athena')
|
||||
depends_on('gtkplus+X', when='+X toolkit=gtk')
|
||||
depends_on('gtkplus', when='+X toolkit=gtk')
|
||||
depends_on('gnutls', when='+tls')
|
||||
depends_on('libxpm ^gettext+libunistring', when='+tls')
|
||||
depends_on('ncurses+termlib', when='+tls')
|
||||
|
Reference in New Issue
Block a user