diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2008-03-25 19:53:11 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2008-03-25 19:53:11 +0000 |
| commit | b5d9487a6484ea671921cf62035ac538cbd6cc48 (patch) | |
| tree | 760a3048b3e8a1e398d939e260d726ed006ef90a /lib/gdi | |
| parent | 5e0e6db325daef245a7bec8a79b143aab52bfe9b (diff) | |
| download | enigma2-b5d9487a6484ea671921cf62035ac538cbd6cc48.tar.gz enigma2-b5d9487a6484ea671921cf62035ac538cbd6cc48.zip | |
compile and link sdl.cpp if WITH_SDL is set
Diffstat (limited to 'lib/gdi')
| -rw-r--r-- | lib/gdi/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gdi/Makefile.am b/lib/gdi/Makefile.am index ff688af3..46ed948a 100644 --- a/lib/gdi/Makefile.am +++ b/lib/gdi/Makefile.am @@ -7,5 +7,8 @@ libenigma_gdi_a_SOURCES = \ region.cpp grc.cpp epng.cpp erect.cpp fb.cpp font.cpp font_arabic.cpp gfbdc.cpp \ glcddc.cpp gpixmap.cpp lcd.cpp gfont.cpp accel.cpp picload.cpp picexif.cpp +if WITH_SDL +libenigma_gdi_a_SOURCES += sdl.cpp +endif # ati/2dablt.cpp ati/2dcore.cpp ati/ati_core.cpp ati/test.cpp ati/2dutil.cpp |
