16 lines
256 B
Text
16 lines
256 B
Text
|
dnl ---- configure.ac for gb.image.io
|
||
|
|
||
|
AC_INIT(configure.ac)
|
||
|
GB_INIT(gb.image.io)
|
||
|
AC_PROG_LIBTOOL
|
||
|
|
||
|
GB_COMPONENT_PKG_CONFIG(
|
||
|
image_io,
|
||
|
IMAGE_IO,
|
||
|
[Image loading and saving],
|
||
|
[src],
|
||
|
gdk-pixbuf-2.0 ">= 2.4.13"
|
||
|
)
|
||
|
|
||
|
AC_OUTPUT( Makefile src/Makefile )
|