gamescope/configure.ac

9 lines
259 B
Text
Raw Normal View History

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