mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-18 15:35:55 +01:00
- client supplied icons that were saved by Window Maker in the directory
~/GNUstep/.AppInfo/WindowMaker/ will be recreated if missing when the application starts. - fixed a small memleak when the client supplied icon was extracted and saved. Check NEWS on how to fix your old broken XPM's saved to ~/GNUstep/.AppInfo/WindowMaker
This commit is contained in:
@@ -569,7 +569,7 @@ dnl ==============
|
||||
|
||||
AC_ARG_ENABLE(hermes,
|
||||
[ --disable-hermes disable Hermes support for wrlib ],
|
||||
hermes=$enableval, hermes=yes, hermes=no)
|
||||
hermes=$enableval, hermes=yes)
|
||||
|
||||
if test x$hermes = xyes; then
|
||||
WM_CHECK_LIB(Hermes, Hermes_ConverterRequest, [])
|
||||
@@ -579,6 +579,7 @@ if test x$hermes = xyes; then
|
||||
if test x$ac_cv_header_Hermes_Hermes_h = xyes; then
|
||||
GFXLIBS="$GFXLIBS -lHermes"
|
||||
AC_DEFINE(HAVE_HERMES)
|
||||
hermes_support=yes
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
@@ -1002,7 +1003,7 @@ echo "Installation path prefix: $prefix"
|
||||
echo "Installation path prefix for binaries: $_bindir"
|
||||
echo "Installation path for WPrefs.app: $wprefsdir" | sed -e 's|\$(prefix)|'"$prefix|"
|
||||
echo "Graphic format libraries: $supported_gfx"
|
||||
if test x$hermes = xyes; then
|
||||
if test x$hermes_support = xyes; then
|
||||
echo "Hermes support for wrlib enabled"
|
||||
fi
|
||||
echo "Sound support: $sound"
|
||||
|
||||
Reference in New Issue
Block a user