[HACK] Make concretization great again! (#2590)

* Always default to +mpi

* Always default to ~X
This commit is contained in:
Adam J. Stewart
2016-12-16 12:49:02 -06:00
committed by Todd Gamblin
parent 87c9b01033
commit 36072c4776
16 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ class Gtkplus(Package):
'2.24.25', '612350704dd3aacb95355a4981930c6f',
url="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.25.tar.xz")
variant('X', default=True, description="Enable an X toolkit")
variant('X', default=False, description="Enable an X toolkit")
depends_on("atk")
depends_on("gdk-pixbuf")