Order matters when using ":=" !
This commit is contained in:
parent
5173311d1b
commit
7cc72c1b37
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -116,7 +116,6 @@ CURSOR_SHAPES:=LARGE
|
||||||
SDL_MIXER_LIB:=-lSDL_mixer
|
SDL_MIXER_LIB:=-lSDL_mixer
|
||||||
SDL_PANGO_LIB:=-lSDL_Pango
|
SDL_PANGO_LIB:=-lSDL_Pango
|
||||||
SDL_LIBS:=$(shell sdl-config --libs) -lSDL_image -lSDL_ttf $(SDL_MIXER_LIB) $(SDL_PANGO_LIB)
|
SDL_LIBS:=$(shell sdl-config --libs) -lSDL_image -lSDL_ttf $(SDL_MIXER_LIB) $(SDL_PANGO_LIB)
|
||||||
SDL_CFLAGS:=$(shell sdl-config --cflags) $(SVG_CFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
SVG_LIB:=-lrsvg-2 -lcairo
|
SVG_LIB:=-lrsvg-2 -lcairo
|
||||||
|
|
@ -126,6 +125,8 @@ SVG_CFLAGS:=-I/usr/include/librsvg-2/librsvg \
|
||||||
-I/usr/lib/glib-2.0/include \
|
-I/usr/lib/glib-2.0/include \
|
||||||
-I/usr/include/cairo
|
-I/usr/include/cairo
|
||||||
|
|
||||||
|
SDL_CFLAGS:=$(shell sdl-config --cflags) $(SVG_CFLAGS)
|
||||||
|
|
||||||
PAPER_LIB:=-lpaper
|
PAPER_LIB:=-lpaper
|
||||||
ARCH_LIBS:=obj/postscript_print.o
|
ARCH_LIBS:=obj/postscript_print.o
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue