Skip to content

Commit

Permalink
Remove Xinerama from extconf/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnr committed Apr 15, 2012
1 parent 8e53075 commit f8c676f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions linux/configure.ac
Expand Up @@ -23,8 +23,6 @@ fi
AC_SUBST(X_INCS) AC_SUBST(X_INCS)
AC_SUBST(x_libraries) AC_SUBST(x_libraries)


AC_CHECK_LIB(Xinerama, XineramaQueryScreens, LIBS="$LIBS -lXinerama", AC_MSG_ERROR(Missing Xinerama), )

# Pango/Freetype # Pango/Freetype
AC_MSG_CHECKING(for libpangoft2) AC_MSG_CHECKING(for libpangoft2)
pkg-config --exists pangoft2 pkg-config --exists pangoft2
Expand Down
1 change: 0 additions & 1 deletion linux/extconf.rb
Expand Up @@ -93,7 +93,6 @@
pkg_config("vorbisfile") pkg_config("vorbisfile")
pkg_config("openal") pkg_config("openal")
pkg_config("sndfile") pkg_config("sndfile")
pkg_config("xinerama")


have_header('SDL_ttf.h') if have_library('SDL_ttf', 'TTF_RenderUTF8_Blended') have_header('SDL_ttf.h') if have_library('SDL_ttf', 'TTF_RenderUTF8_Blended')
have_header('FreeImage.h') if have_library('freeimage', 'FreeImage_ConvertFromRawBits') have_header('FreeImage.h') if have_library('freeimage', 'FreeImage_ConvertFromRawBits')
Expand Down

0 comments on commit f8c676f

Please sign in to comment.