gamescope/configure.ac

9 lines
238 B
Text
Raw Normal View History

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