diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-03 19:27:17 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | e028581fabb68f8f28489bce7b570026c02e8df8 (patch) | |
| tree | 7b09267c240dd842cdf95694039a176169cafcbb /lib/driver/Makefile.am | |
| parent | b3889b17eab3ec5ae518c958a0f7ac49847b506b (diff) | |
| download | enigma2-e028581fabb68f8f28489bce7b570026c02e8df8.tar.gz enigma2-e028581fabb68f8f28489bce7b570026c02e8df8.zip | |
SDL: add input support, use SDL mainloop in a thread
Diffstat (limited to 'lib/driver/Makefile.am')
| -rw-r--r-- | lib/driver/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index 88d9bec5..b498a6c8 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -4,6 +4,9 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h +AM_CXXFLAGS = \ + $(LIBSDL_CFLAGS) + noinst_LIBRARIES = libenigma_driver.a libenigma_driver_a_SOURCES = \ @@ -27,3 +30,9 @@ driverinclude_HEADERS = \ rcdreambox2.h \ rcinput.h \ rfmod.h + +if HAVE_LIBSDL +libenigma_driver_a_SOURCES += \ + rcsdl.cpp \ + rcsdl.h +endif |
