gnuplot: fixed broken package and add variants (#3185)

* gnuplot: fix conflict in header via a simple patch; add variants

* gtkplus: fix missing dependency

* wx: fix build on macOS; switch to AutotoolsPackage

* gnuplot: add missing dependencies

* wx: put back parallel build
This commit is contained in:
Denis Davydov
2017-03-12 15:37:26 +01:00
committed by Adam J. Stewart
parent d8f1446265
commit 0b948da74c
4 changed files with 121 additions and 26 deletions

View File

@@ -36,6 +36,8 @@ class Gtkplus(AutotoolsPackage):
variant('X', default=False, description="Enable an X toolkit")
depends_on('pkg-config', type='build')
depends_on("atk")
depends_on("gdk-pixbuf")
depends_on("glib")