diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-07-16 20:54:42 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-07-16 20:54:42 -0400 |
commit | c41e36ad8ae2bdff5323d064d28243c0a40afa8e (patch) | |
tree | ab6496863eca1f5e506a01b5accb3ee0925b57d8 /README.in | |
parent | 4d282879be83592552441bf5e2eb498dda061b7f (diff) | |
download | gtk+-c41e36ad8ae2bdff5323d064d28243c0a40afa8e.tar.gz |
Make jasper support optional
To enable it, one must now pass --with-libjasper to configure.
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Release notes for 2.18 old custom_widget. Custom_widget does not get destroyed when the tooltip goes away. +* JPEG2000 support is no longer enabled by default. It must be + explicitly turned on, by passing --with-libjasper to configure. + Release notes for 2.16 ====================== |