Remove extraneous dependency on libXt

This commit is contained in:
matthieu 2007-05-17 09:48:27 +00:00
parent 97b0c49761
commit d603235ce2
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
PKG_CHECK_MODULES(XKBUI, x11 xt xkbfile)
PKG_CHECK_MODULES(XKBUI, x11 xkbfile)
AC_SEARCH_LIBS(hypot, [m])
AC_SUBST(XKBUI_CFLAGS)

View File

@ -7,6 +7,6 @@ Name: xkbui
Description: The xkbui Library
Version: @PACKAGE_VERSION@
Requires: x11 kbproto
Requires.private: x11 xt
Requires.private: x11
Cflags: -I${includedir}
Libs: -L${libdir} -lxkbui