mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix libxul bustage from bug 376658, patch by sylvain.pasche, r=me
This commit is contained in:
parent
6fc27eb426
commit
5585497024
@ -5299,6 +5299,8 @@ if test -n "$MOZ_ENABLE_XINERAMA"; then
|
||||
test "$ac_cv_header_X11_extensions_Xinerama_h" = "no"; then
|
||||
AC_MSG_ERROR([Cannot find Xinerama library. To build without Xinerama support, rebuild with --disable-xinerama])
|
||||
fi
|
||||
# Xinerama depends on libXext which is not automatically included on older distribs
|
||||
MOZ_XINERAMA_LIBS="$MOZ_XINERAMA_LIBS $XEXT_LIBS"
|
||||
AC_DEFINE(MOZ_ENABLE_XINERAMA)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user