Kaydet (Commit) 92a1e544 authored tarafından Michael Stahl's avatar Michael Stahl

configure: no Xinerama on Darwin

Change-Id: Iad86269939cd75f9158f86e6da04952f85868e5a
üst b202af67
...@@ -11650,11 +11650,7 @@ fi ...@@ -11650,11 +11650,7 @@ fi
AC_SUBST(ENABLE_SILENT_MSI) AC_SUBST(ENABLE_SILENT_MSI)
AC_MSG_CHECKING([whether and how to use Xinerama]) AC_MSG_CHECKING([whether and how to use Xinerama])
if test "$_os" = "Darwin"; then if test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then
USE_XINERAMA=YES
XINERAMA_LINK=dynamic
AC_MSG_RESULT([yes])
elif test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then
if test "$x_libraries" = "default_x_libraries"; then if test "$x_libraries" = "default_x_libraries"; then
XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama` XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
if test "x$XINERAMALIB" = x; then if test "x$XINERAMALIB" = x; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment