diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-11 16:18:21 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-11 18:08:03 +0200 |
commit | 238e7a2bb961eb448dee1542e03cbdb84dea027d (patch) | |
tree | e01fb7a927d78726faaf5ba3c0467f5c1435f2e8 /config.h.in | |
parent | 7bcbc04b0401280b63e9649bc56ba7fcf0403f22 (diff) | |
download | tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.tar.gz tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.tar.xz tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.zip |
Merge TUI and GUI binaries, using a new name
The appropriate interface will be chosen automatically.
Diffstat (limited to 'config.h.in')
-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 4fef753..eae452a 100644 --- a/config.h.in +++ b/config.h.in @@ -8,6 +8,7 @@ #define GETTEXT_DIRNAME "${CMAKE_INSTALL_PREFIX}/share/locale" #cmakedefine WITH_X11 +#cmakedefine WITH_GUI #cmakedefine HAVE_RESIZETERM #endif // ! CONFIG_H |