blob: b06027f746eecf371ca010225db552b1e2b4fbef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/DtHelp/Imakefile.orig 2019-12-15 16:29:42.835693000 +0100
+++ lib/DtHelp/Imakefile 2019-12-15 16:29:57.238969000 +0100
@@ -42,6 +42,8 @@ DEFINES = -DDTLIB $(LOCAL_DEFINES) \
REQUIREDLIBS = SharedDtHelpReqs
#endif
+REQUIREDLIBS += -ljpeg
+
HEADERS = \
CanvasP.h CanvasSegP.h Help.h \
HelpDialog.h HelpDialogP.h HelpP.h \
|