Commit Graph

12 Commits

Author SHA1 Message Date
Lily Wang
fb544875b9
[fltk] Fix fluid are added twice when CMAKE_CROSSCOMPILING is true (#36442)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-08-22 02:57:15 -07:00
Mengna Li
00d7b89c77
[fltk] update to 1.3.9 (#35981) 2024-01-03 17:35:11 -08:00
Alexander Neumann
391313b9de
[fltk] fix narrowing error in clang-cl (#29995)
* [fltk] fix narrowing error in clang-cl

* v db
2023-03-20 01:22:38 -07:00
Kai Pastor
c9fc882384
[fltk] Disable obsolete math.h polyfill (#28558)
* [fltk] Disable obsolete math.h polyfill

* Reduce host dependency
2022-12-28 12:32:07 -08:00
Kai Pastor
0219697aee
[fltk] Control dependencies (#28297)
* [fltk] Revise dependency control

* Default-enable opengl

* Update versions

* License and copyright stuff

* Minor changes

* Fix script and tool installation

* Update versions

* Remove icns from bin

* Avoid absolute path for Cocoa framework

* Overwrite versions

* Fontconfig not needed for osx
2022-12-19 11:51:41 -08:00
nicole mazzuca
9ccd693f1b
[toolchain windows] set CMAKE_SYSTEM_PROCESSOR (#24100)
* [toolchain windows] set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR

In specific, I did this for the cpuinfo PR - I realized the reason
that cpuinfo doesn't support arm64 windows cross compilation is because
we don't set CMAKE_SYSTEM_PROCESSOR.

* correctly set CMAKE_CROSSCOMPILING

* start fixin libraries

* more changes:

- gainput: remove line
- glog: remove try_run when cross compiling
- windows.cmake: set CMAKE_SYSTEM_VERSION

* more patches

- mapnik: set BOOST_REGEX_HAS_ICU to avoid check_cxx_source_runs
- orc: set HAS_PRE_1970 and HAS_POST_2038 for same
- seal: change out check_cxx_source_runs for check_cxx_source_compiles

* more changes

* fix x86-windows

* fix qpid-proton, glog

* build corrade-rc

* fix x64-uwp ports

* forgot to _actually_ always build corrade-rc .,.

* Replay #22831

* Dedupe CMAKE_SYSTEM_NAME settings.

* Add quotes for corrade_rc_param

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update version DB.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-04-29 11:40:30 -07:00
Billy O'Neal
1d28e4dea4
[fltk] Remove vcpkg_fail_port_install. (#22744)
There was no supports expression before.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 00:14:29 -08:00
Giovanni A. Zuliani
e4bcda2ee3
[FLTK] Update to 1.3.8 (#22487)
* [FLTK] Update to 1.3.8

* [FLTK] Update to 1.3.8 - fixups

* Update versions/f-/fltk.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-01-20 14:05:41 -08:00
autoantwort
059efe7061
[fltk] no absolute paths (#21714) 2021-12-06 20:18:22 -08:00
Mohammed Alyousef
f60125a3a1
[fltk] Update fltk to version 1.3.7 (#19584)
* update fltk port to versin 1.3.7

* update versions file

* use vcpkg_from_github

* update version database
2021-08-18 17:08:19 -07:00
Jack·Boos·Yu
eb891c23ef
[fltk] Update to 1.3.6 rc1 and fix osx build (#17586)
* [fltk] Update to 1.3.6 rc1

* [fltk] Fix osx build failure

* update patch

* update version record
2021-05-21 01:16:33 -07:00
Jack·Boos·Yu
59b938ed9a
[fltk] Fix link to system libs (#17094)
* [fltk] Fix link to system libs

* update version record
2021-04-09 09:59:25 -07:00