diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-07-30 22:41:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 22:41:46 -0700 |
| commit | 7938ab75c157f221bf1ee6b3df2ed1b27728744c (patch) | |
| tree | b7782f6d70350dcb59cbedd79347841735c5ebfd /ports/fltk/CONTROL | |
| parent | 32b7ad04ea83ec0f59316e0ebe00b4a8c44c925a (diff) | |
| download | vcpkg-7938ab75c157f221bf1ee6b3df2ed1b27728744c.tar.gz vcpkg-7938ab75c157f221bf1ee6b3df2ed1b27728744c.zip | |
[fltk] Force static library due to global variables. Fix CMake Targets. (#12273)
* [fltk] Force static library due to global variables. Fix CMake Targets.
* [fltk] Add include directory to exported targets
* [fltk] Update ports/fltk/CONTROL
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update ports/fltk/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/fltk/CONTROL')
| -rw-r--r-- | ports/fltk/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/fltk/CONTROL b/ports/fltk/CONTROL index c9d660cee..c6db1c1bb 100644 --- a/ports/fltk/CONTROL +++ b/ports/fltk/CONTROL @@ -1,5 +1,6 @@ Source: fltk -Version: 1.3.5-2 +Version: 1.3.5 +Port-Version: 3 Homepage: https://www.fltk.org/ Description: FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. Build-Depends: zlib, libpng, libjpeg-turbo |
