diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-11-24 10:18:15 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-11-24 10:18:15 +0000 |
commit | af9fc3922ba283996d3da596914441034277ebc6 (patch) | |
tree | c6c337f582e90e525d9be29e655b6c6a55e94f0b /config.h.dist | |
parent | Update ChangeLog (diff) | |
download | w3m-af9fc3922ba283996d3da596914441034277ebc6.tar.gz w3m-af9fc3922ba283996d3da596914441034277ebc6.zip |
Define X_DISPLAY_MISSING when configure --without-x for Imlib2
cf. https://github.com/NixOS/nixpkgs/commit/3cad8fba2958981307f94b865c2b970b95e10789
Diffstat (limited to '')
-rw-r--r-- | config.h.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.dist b/config.h.dist index 37aa804..4f31fea 100644 --- a/config.h.dist +++ b/config.h.dist @@ -138,6 +138,7 @@ INSTALL_W3MIMGDISPLAY=$(INSTALL_PROGRAM) #undef USE_W3MIMG_FB #undef USE_IMLIB #undef USE_GDKPIXBUF +#undef X_DISPLAY_MISSING #undef USE_IMLIB2 #define USE_HELP_CGI #undef USE_XFACE |