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:
Federico Ficarelli
2018-01-24 00:24:20 +01:00
committed by Gregory Lee
parent dceb66741c
commit 8bdf7e6baa
7 changed files with 14 additions and 16 deletions

View File

@@ -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')