gamescope/configure.ac

9 lines
280 B
Text
Raw Normal View History

2013-10-18 22:56:53 +00:00
AC_INIT([SteamOS Compostitor], [1.0], [linux@steampowered.com], [steamos-compositor], [http://support.steampowered.com])
AM_INIT_AUTOMAKE([foreign tar-ustar])
2013-10-23 03:15:45 +00:00
PKG_CHECK_MODULES([DEPS],xxf86vm gl x11 xrender xcomposite SDL_image)
2013-10-15 00:51:17 +00:00
AC_PROG_CC
AC_PROG_CC_STDC
AC_OUTPUT([Makefile])