diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4ae8c6c..9cef508 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_HEADERS([config.h]) # Base set of required pkg-config packages -XLOGO_DEPS="sm xaw7 xmu xt xext x11" +XLOGO_DEPS="sm xaw7 xmu xt >= 1.0 xext x11" # Use render & xft2 to draw logo? |