diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:24:40 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:24:40 +0000 |
| commit | 64aaac1ba50192158d55465e9515e9692c1c2580 (patch) | |
| tree | c8d840b486bb36ae45ea91c7d96572de827a2182 /configure.ac | |
| parent | 9adbe7518c34eb513bbb3eba3dfbce639c4ac7f6 (diff) | |
| download | enigma2-64aaac1ba50192158d55465e9515e9692c1c2580.tar.gz enigma2-64aaac1ba50192158d55465e9515e9692c1c2580.zip | |
added SDL_CFLAGS and SDL_LDFLAGS
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4dc8c568..7c23c7f7 100644 --- a/configure.ac +++ b/configure.ac @@ -34,9 +34,9 @@ if test "$withsdl" = "yes" ; then fi # fixme: decent python stuff -CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS" +CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SDL_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS" CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions -Wall" -LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS" +LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS $SDL_LDFLAGS" TUXBOX_APPS_GETTEXT |
