-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- blend2d updated to `beta_2019-07-16` - asmjit updated to `2019-07-16` - `BLEND2D_BUILD_STATIC` replaced by `BLEND2D_STATIC` - Added usage install in case of `static` linkage
- Loading branch information
1 parent
68e909e
commit 96925e3
Showing
3 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Source: blend2d | ||
Version: beta_2019-04-30 | ||
Version: beta_2019-07-16 | ||
Description: Beta 2D Vector Graphics Powered by a JIT Compiler | ||
Default-Features: jit, logging | ||
|
||
Feature: jit | ||
Description: asmjit is used to jit compile pipelines | ||
Description: Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP. | ||
|
||
Feature: logging | ||
Description: enables logging | ||
Description: Default feature. Enables logging. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Define BL_STATIC before any @PORT@ includes. |