mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Link with efltk xml library when images are used
This commit is contained in:
parent
6cd077a9e4
commit
eef8493c86
@ -141,7 +141,7 @@ if test -n "$EFLTK_CONFIG"; then
|
||||
|
||||
EFLTK_CFLAGS=`$EFLTK_CONFIG --cxxflags`
|
||||
EFLTK_LIBS_NOIMAGES=`$EFLTK_CONFIG --ldflags`
|
||||
EFLTK_LIBS=`$EFLTK_CONFIG --use-images --ldflags`
|
||||
EFLTK_LIBS=`$EFLTK_CONFIG --use-xml --use-images --ldflags`
|
||||
else
|
||||
AC_MSG_ERROR([You don't have eFLTK installed. To compile EDE, you will need it.])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user