mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 13:19:23 +00:00
Remove extraneous dependency on libXt
This commit is contained in:
@@ -34,7 +34,7 @@ AC_PROG_CC
|
|||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
# Check for dependencies
|
# Check for dependencies
|
||||||
PKG_CHECK_MODULES(XKBUI, x11 xt xkbfile)
|
PKG_CHECK_MODULES(XKBUI, x11 xkbfile)
|
||||||
AC_SEARCH_LIBS(hypot, [m])
|
AC_SEARCH_LIBS(hypot, [m])
|
||||||
|
|
||||||
AC_SUBST(XKBUI_CFLAGS)
|
AC_SUBST(XKBUI_CFLAGS)
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ Name: xkbui
|
|||||||
Description: The xkbui Library
|
Description: The xkbui Library
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: x11 kbproto
|
Requires: x11 kbproto
|
||||||
Requires.private: x11 xt
|
Requires.private: x11
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lxkbui
|
Libs: -L${libdir} -lxkbui
|
||||||
|
|||||||
Reference in New Issue
Block a user