vcpkg/ports/mathgl/CONTROL
JackBoosY bb578e90af [mathgl]Fix feature glut/hdf5/qt5. (#8369)
* [mathgl]Fix feature glut and hdf5.

* [mathgl]Fix feature qt5 glut.

* [mathgl]Use find_library instead of find_package for feature glut.

* revert changes about opengl.

* [mathgl]Revert feature opengl dependency.
2019-10-07 12:25:09 -07:00

49 lines
869 B
Plaintext

Source: mathgl
Version: 2.4.3-3
Description: MathGL is a free library of fast C++ routines for the plotting of the data varied in one or more dimensions
Default-Features: opengl, jpeg, png, zlib
Feature: hdf5
Build-Depends: hdf5
Description: hdf5 module
Feature: fltk
Build-Depends: fltk
Description: fltk module
Feature: gif
Build-Depends: giflib
Description: gif module
Feature: png
Build-Depends: libpng
Description: png module
Feature: zlib
Build-Depends: zlib
Description: zlib module
Feature: jpeg
Build-Depends: libjpeg-turbo
Description: jpeg module
Feature: gsl
Build-Depends: gsl
Description: gsl module
Feature: opengl
Build-Depends: opengl
Description: opengl module
Feature: glut
Build-Depends: freeglut
Description: glut module
Feature: wx
Build-Depends: wxwidgets
Description: wx module
Feature: qt5
Build-Depends: qt5
Description: qt5 module