mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 09:25:49 +01:00
wrlib: added support for imagemagick third-party lib
It uses to provide some missing common image format like SVG, BMP, PICT, ...
This commit is contained in:
committed by
Carlos R. Mafra
parent
b6ffe90ec4
commit
bb69682b88
@@ -64,6 +64,10 @@ if USE_WEBP
|
||||
libwraster_la_SOURCES += load_webp.c
|
||||
endif
|
||||
|
||||
if USE_MAGICK
|
||||
libwraster_la_SOURCES += load_magick.c
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = $(DFLAGS) @HEADER_SEARCH_PATH@
|
||||
|
||||
libwraster_la_LIBADD = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ @LIBXMU@ -lm
|
||||
|
||||
Reference in New Issue
Block a user