Remove extraneous dependency on libXt
This commit is contained in:
parent
97b0c49761
commit
d603235ce2
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user