mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-05-08 08:58:04 +02:00
Define HAVE_XFIXES
This commit is contained in:
parent
7a5e360179
commit
08ccddfa98
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ AC_PROG_LIBTOOL
|
||||||
|
|
||||||
# Check for X
|
# Check for X
|
||||||
PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11)
|
PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11)
|
||||||
|
AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes])
|
||||||
|
|
||||||
AC_SUBST(XCURSOR_CFLAGS)
|
AC_SUBST(XCURSOR_CFLAGS)
|
||||||
AC_SUBST(XCURSOR_LIBS)
|
AC_SUBST(XCURSOR_LIBS)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue