diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 986ea2ae..1fbdef1b 100644 --- a/config.make.in +++ b/config.make.in @@ -66,6 +66,12 @@ PARTED_LIBS = @PARTED_LIBS@ LIBNCURSESW = @LIBNCURSESW@ NCURSESW_INCLUDE = @NCURSESW_INCLUDE@ +# How to compile and link against X11. +HAVE_X11 = @have_x11@ +X11_CFLAGS = @X11_CFLAGS@ +X11_LIBS = @X11_LIBS@ +XKB_BASE = @XKB_BASE@ + # Installation tools. INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |