diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2018-09-11 13:44:41 -0700 | 
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2018-09-11 13:44:41 -0700 | 
| commit | 63a980d9b31b215517601afb9097d2d5fd721f67 (patch) | |
| tree | 3006639b782789d1f8d8c26cb868c2a178978fc4 | |
| parent | bd4b32fa1028a0a4340ed77080059961968c17fd (diff) | |
libstage: remove SDL2 dependency from configure.ac
Now that libstage has no coupling to the rendering backend,
there's no need for this.
| -rw-r--r-- | configure.ac | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/configure.ac b/configure.ac index ac0e8b5..056fe2a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,11 +6,6 @@ AM_PROG_AR  AC_PROG_RANLIB  AM_SILENT_RULES([yes]) -dnl Check for SDL2 -PKG_CHECK_MODULES(SDL2, sdl2) -CFLAGS="$CFLAGS $SDL2_CFLAGS" -LIBS="$LIBS $SDL2_LIBS" -  AC_CONFIG_FILES([   Makefile   src/Makefile | 
