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.in | |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e87d6ba..6bb0ee0 100644 --- a/config.h.in +++ b/config.h.in @@ -75,6 +75,7 @@ #undef USE_IMLIB #undef USE_GDKPIXBUF #undef USE_GTK2 +#undef X_DISPLAY_MISSING #undef USE_IMLIB2 #undef USE_XFACE #undef USE_DICT |