d015178ff0
Link to libX11 - fixes build in Factory... OBS-URL: https://build.opensuse.org/request/show/172601 OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=11
13 lines
433 B
Diff
13 lines
433 B
Diff
Index: htmldoc-1.8.27/configure.in
|
|
===================================================================
|
|
--- htmldoc-1.8.27.orig/configure.in
|
|
+++ htmldoc-1.8.27/configure.in
|
|
@@ -294,6 +294,7 @@ if test "x$with_gui" != xno; then
|
|
POST="$FLTKCONFIG --post"
|
|
|
|
AC_CHECK_LIB(Xpm,XpmCreatePixmapFromData)
|
|
+ AC_CHECK_LIB(X11,XCreateBitmapFromData)
|
|
else
|
|
AC_MSG_WARN(FLTK not available so no GUI will be built.)
|
|
fi
|