diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-08-02 21:37:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-02 21:37:49 -0700 |
| commit | 22e0b9f376a66e6717f820e6c382c4112191ef9b (patch) | |
| tree | e6ebb6be615a84880e65540ce582f3da0916369f /ports | |
| parent | 4d551ff4b3cea2f387b02ed69486a23b1be2fd73 (diff) | |
| download | vcpkg-22e0b9f376a66e6717f820e6c382c4112191ef9b.tar.gz vcpkg-22e0b9f376a66e6717f820e6c382c4112191ef9b.zip | |
improve logic expression evaluation (#7508)
* better logic expression evaluation
Improve the logic expression evaluation currently used when filtering
dependencies.
Biggest improvements:
+ Allow '|' operator
+ Support nested '()'
+ Allow whitespace
+ Useful error message for malformed expressions
Also changed names of types to RawParagraph when that is what the original author was using.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/pango/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pango/CONTROL b/ports/pango/CONTROL index 192c5c048..c221c1e37 100644 --- a/ports/pango/CONTROL +++ b/ports/pango/CONTROL @@ -2,4 +2,4 @@ Source: pango Version: 1.40.11-4
Homepage: https://ftp.gnome.org/pub/GNOME/sources/pango/
Description: Text and font handling library.
-Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!windows-static)
+Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!(windows&static))
|
