mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[kandinksy] Fix generation of the png font map
Change-Id: I6618deac5eab56f27fcea9912a6e867bde513599
This commit is contained in:
@@ -33,7 +33,7 @@ RASTERIZER_LDFLAGS := `freetype-config --libs`
|
||||
|
||||
ifdef LIBPNG_PATH
|
||||
font_files += kandinsky/src/font.png
|
||||
RASTERIZER_FLAGS += -I$(LIBPNG_PATH)/include -DGENERATE_PNG=1 -L$(LIBPNG_PATH)/lib -lpng
|
||||
RASTERIZER_CFLAGS += -I$(LIBPNG_PATH)/include -DGENERATE_PNG=1 -L$(LIBPNG_PATH)/lib -lpng
|
||||
endif
|
||||
|
||||
# Even though raster will generate both .c and .h files, we don't declare it as
|
||||
|
||||
Reference in New Issue
Block a user