mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Add XTRAP_LIB to XPRINT_EXTENSIONS to fix xprint build when xtrap is
enabled.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-10-13 Donnie Berkholz <spyderous@gentoo.org>
|
||||
|
||||
* configure.ac: Add XTRAP_LIB to XPRINT_EXTENSIONS to fix xprint build when
|
||||
xtrap is enabled.
|
||||
|
||||
2005-10-13 Donnie Berkholz <spyderous@gentoo.org>
|
||||
|
||||
* configure.ac: Require glproto >= 1.4.1 if building DRI with GLX. This
|
||||
|
||||
@@ -946,7 +946,7 @@ AM_CONDITIONAL(XPRINT, [test x$XPRINT = xyes])
|
||||
|
||||
if test "x$XPRINT" = xyes; then
|
||||
PKG_CHECK_MODULES([XPRINT], [printproto x11 xfont $XDMCP_MODULES xau])
|
||||
XPRINT_EXTENSIONS="$XEXT_LIB $RENDER_LIB $COMPOSITE_LIB $RANDR_LIB $XI_LIB $FIXES_LIB $DAMAGE_LIB $XI_LIB $GLX_LIBS"
|
||||
XPRINT_EXTENSIONS="$XEXT_LIB $XTRAP_LIB $RENDER_LIB $COMPOSITE_LIB $RANDR_LIB $XI_LIB $FIXES_LIB $DAMAGE_LIB $XI_LIB $GLX_LIBS"
|
||||
XPRINT_INCLUDES="$XEXT_INC $RENDER_INC $COMPOSITE_INC $RANDR_INC $XI_INC $FIXES_INC $DAMAGE_INC $XI_INC $GLX_INC"
|
||||
XPRINT_LIBS="$XPRINT_LIBS $DIX_LIB $XKB_LIB $XKB_STUB_LIB $OS_LIB $XPRINT_EXTENSIONS $MI_LIB $MIEXT_DAMAGE_LIB $GLX_INC"
|
||||
AC_SUBST([XPRINT_LIBS])
|
||||
|
||||
Reference in New Issue
Block a user