Commit 17249553 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Also mention xpm-devel in the error msg.

parent 16237842
......@@ -77,9 +77,9 @@ typedef unsigned long Pixel;
#include "bitmaps/obm_restore_95"
#include "bitmaps/obm_restored_95"
DECLARE_DEBUG_CHANNEL(bitmap)
DECLARE_DEBUG_CHANNEL(cursor)
DECLARE_DEBUG_CHANNEL(x11drv)
DECLARE_DEBUG_CHANNEL(bitmap);
DECLARE_DEBUG_CHANNEL(cursor);
DECLARE_DEBUG_CHANNEL(x11drv);
#define OBM_FIRST OBM_CLOSED /* First OEM bitmap */
......@@ -441,7 +441,7 @@ static BOOL OBM_CreateBitmaps( char **data, BOOL color,
#else /* defined(HAVE_LIBXXPM) */
FIXME_(x11drv)(
"Xpm support not in the binary, "
"please install Xpm and recompile\n"
"please install the Xpm and Xpm-devel packages and recompile\n"
);
return FALSE;
#endif /* defined(HAVE_LIBXXPM) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment