diff options
| author | Danny Angelo Carminati Grein <fungos@gmail.com> | 2018-10-24 15:45:09 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-24 12:45:09 -0700 |
| commit | be7cd6877353057ecbcf3c22888e5c19308b58ad (patch) | |
| tree | f1d35cebbae10e78281216ce74f3b115f593758a /ports/gtk/CONTROL | |
| parent | fed89a962572bdc5a4259314c95e458c82b5b3e4 (diff) | |
| download | vcpkg-be7cd6877353057ecbcf3c22888e5c19308b58ad.tar.gz vcpkg-be7cd6877353057ecbcf3c22888e5c19308b58ad.zip | |
Correctly configure GTK3 to reflect recomended stable release settings (#4211)
* Correctly configure GTK3 to reflect recomended release settings
GTK/Glib packaging guidelines recomends a release build to use debugging
facilities set to level 'minimum'. Disabling this is officially not
recomended for stable releases. For more info read the following link,
the section `--enable-debug`.
https://developer.gnome.org/glib/stable/glib-building.html#extra-configuration-options
* [gtk] Bump control version
Diffstat (limited to 'ports/gtk/CONTROL')
| -rw-r--r-- | ports/gtk/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gtk/CONTROL b/ports/gtk/CONTROL index e5931156d..c470f8ac8 100644 --- a/ports/gtk/CONTROL +++ b/ports/gtk/CONTROL @@ -1,4 +1,4 @@ Source: gtk -Version: 3.22.19-1 +Version: 3.22.19-2 Description: Portable library for creating graphical user interfaces. Build-Depends: glib, atk, gdk-pixbuf, pango, cairo, libepoxy, gettext |
