diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/w3m.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm index 498bf0f111..065731092e 100644 --- a/gnu/packages/w3m.scm +++ b/gnu/packages/w3m.scm @@ -61,7 +61,8 @@ '(#:tests? #f ; no check target ;; Use $EDITOR instead of a hard-coded value. #:configure-flags (list "--with-editor=" - "--with-imagelib=imlib2") + "--with-imagelib=imlib2" + "--enable-image=fb,x11") #:phases (modify-phases %standard-phases (add-before 'configure 'fix-perl |