diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-09-25 00:53:50 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-09-25 00:54:24 -0700 |
commit | 18e61546798d20b7b1c15a2ff5d554bee7ec6bdf (patch) | |
tree | a3862c4b4d92ba81d017191fef41444d38ba3308 | |
parent | 0e96450836cc876d213e02491394da3f6fa7575d (diff) |
Require xt >= 1.0 for appdefaultdir
https://bugs.freedesktop.org/show_bug.cgi?id=7237
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-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? |