stuff
This commit is contained in:
parent
33b05146fb
commit
66de0980b1
@ -189,7 +189,7 @@
|
|||||||
6/10/06 started 7.11.14
|
6/10/06 started 7.11.14
|
||||||
- ifthenelse and affine dhints revised
|
- ifthenelse and affine dhints revised
|
||||||
- buildlut no longer outputs x cods
|
- buildlut no longer outputs x cods
|
||||||
- configure asks for glib >= 2.6
|
- configure asks for glib >= 2.6 (we need GOption)
|
||||||
- configure uses AC_TOOL_CHECK to find tool names to help cross-compiling.
|
- configure uses AC_TOOL_CHECK to find tool names to help cross-compiling.
|
||||||
- better configure test for libexif
|
- better configure test for libexif
|
||||||
- add </libexif/ prefix if required
|
- add </libexif/ prefix if required
|
||||||
|
2
TODO
2
TODO
@ -1,5 +1,3 @@
|
|||||||
- why do we need glib2.6? can we use 2.4? it would help sol10
|
|
||||||
|
|
||||||
- missing libstdc++ in link? what if we configure with no openexr?
|
- missing libstdc++ in link? what if we configure with no openexr?
|
||||||
|
|
||||||
added -lstdc++ to VIPS_LIBS, but will this work on solaris etc.? maybe have
|
added -lstdc++ to VIPS_LIBS, but will this work on solaris etc.? maybe have
|
||||||
|
@ -153,6 +153,7 @@ AC_CHECK_LIB(m,cbrt,[AC_DEFINE(HAVE_CBRT,1,[have cbrt() in libm.])])
|
|||||||
AC_CHECK_LIB(m,hypot,[AC_DEFINE(HAVE_HYPOT,1,[have hypot() in libm.])])
|
AC_CHECK_LIB(m,hypot,[AC_DEFINE(HAVE_HYPOT,1,[have hypot() in libm.])])
|
||||||
|
|
||||||
# have to have these
|
# have to have these
|
||||||
|
# need glib 2.6 for GOption
|
||||||
PKG_CHECK_MODULES(REQUIRED, glib-2.0 >= 2.6 gmodule-2.0 >= 2.4 libxml-2.0 gobject-2.0)
|
PKG_CHECK_MODULES(REQUIRED, glib-2.0 >= 2.6 gmodule-2.0 >= 2.4 libxml-2.0 gobject-2.0)
|
||||||
PACKAGES_USED="$PACKAGES_USED glib-2.0 gmodule-2.0 libxml-2.0 gobject-2.0"
|
PACKAGES_USED="$PACKAGES_USED glib-2.0 gmodule-2.0 libxml-2.0 gobject-2.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user