mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 16:48:31 +02:00
Add dependency on inputproto for XI.h.
This commit is contained in:
parent
5fae4cb456
commit
be627a39fe
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-10-28 Donnie Berkholz <spyderous@gentoo.org>
|
||||
|
||||
* configure.ac: Add dependency on inputproto for XI.h.
|
||||
|
||||
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ PKG_CHECK_MODULES(XPROTO, xproto)
|
|||
AC_SUBST(XPROTO_LIBS)
|
||||
AC_SUBST(XPROTO_CFLAGS)
|
||||
|
||||
PKG_CHECK_MODULES(X11, xextproto xtrans xau xcmiscproto)
|
||||
PKG_CHECK_MODULES(X11, xextproto xtrans xau xcmiscproto inputproto)
|
||||
|
||||
AC_SUBST(X11_CFLAGS)
|
||||
AC_SUBST(X11_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue