diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-07 21:05:32 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-07 21:05:32 +0100 |
commit | a9bc1d87513c9d5cf0e45159f44d8b5dc7c9faa8 (patch) | |
tree | 89721877ad947da52e722d844896820ba6edea3a /config.h.in | |
parent | 627248bd1faca718e47941011e8099fb1b8d2223 (diff) | |
download | tdv-a9bc1d87513c9d5cf0e45159f44d8b5dc7c9faa8.tar.gz tdv-a9bc1d87513c9d5cf0e45159f44d8b5dc7c9faa8.tar.xz tdv-a9bc1d87513c9d5cf0e45159f44d8b5dc7c9faa8.zip |
Add support for watching the primary selection
Depends on GTK+, which should make it work with all of X11, Wayland, and Mir.
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 dfc1111..1a25c02 100644 --- a/config.h.in +++ b/config.h.in @@ -8,6 +8,7 @@ #define GETTEXT_PACKAGE PROJECT_NAME #define GETTEXT_DIRNAME "${CMAKE_INSTALL_PREFIX}/share/locale" +#cmakedefine WITH_GTK #cmakedefine HAVE_RESIZETERM #endif /* ! CONFIG_H */ |