SVG support via libRSVG! (Now builds with SVG support on Ubuntu 07.04 (Fiesty))
This commit is contained in:
parent
b3805c4aea
commit
01fc74bd2d
4 changed files with 225 additions and 21 deletions
8
Makefile
8
Makefile
|
|
@ -103,8 +103,12 @@ SDL_MIXER_LIB=-lSDL_mixer
|
|||
SDL_CFLAGS=$(shell sdl-config --cflags) $(SVG_CFLAGS)
|
||||
|
||||
|
||||
SVG_LIB=-lcairo
|
||||
SVG_CFLAGS=-I/usr/include/cairo
|
||||
SVG_LIB=-lrsvg-2 -lcairo
|
||||
SVG_CFLAGS=-I/usr/include/librsvg-2/librsvg \
|
||||
-I/usr/include/gtk-2.0 \
|
||||
-I/usr/include/glib-2.0 \
|
||||
-I/usr/lib/glib-2.0/include \
|
||||
-I/usr/include/cairo
|
||||
|
||||
|
||||
# The entire set of CFLAGS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue