diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-05-25 15:35:28 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-05-25 15:35:28 +0000 |
| commit | c14ff7c7b9e4f564920cb37e89b2944aa9156f9a (patch) | |
| tree | 6cb0343c91d16b2dd93593c7b0a1a5459e076e9c /src/display/Makefile_insert | |
| parent | Fix some compile warnings (diff) | |
| download | inkscape-c14ff7c7b9e4f564920cb37e89b2944aa9156f9a.tar.gz inkscape-c14ff7c7b9e4f564920cb37e89b2944aa9156f9a.zip | |
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cairo git master branch) will compile SVGFonts (experimental) support.
* First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration.
(bzr r5753)
Diffstat (limited to 'src/display/Makefile_insert')
| -rw-r--r-- | src/display/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/Makefile_insert b/src/display/Makefile_insert index 2e27cc188..5c7fd892e 100644 --- a/src/display/Makefile_insert +++ b/src/display/Makefile_insert @@ -55,6 +55,8 @@ display_libspdisplay_a_SOURCES = \ display/nr-plain-stuff-gdk.h \ display/nr-plain-stuff.cpp \ display/nr-plain-stuff.h \ + display/nr-svgfonts.cpp \ + display/nr-svgfonts.h \ display/rendermode.h \ display/snap-indicator.cpp \ display/snap-indicator.h \ |
