added support for the Raspberry Pi. this needs a recent firmware for the Pi. libCEC...
[deb_libcec.git] / src / lib / Makefile.am
index d4340ecdbe40908213cb3f74659760570c180f3c..7ea1e99dd5bf742a66149f82c2d624369b535c4a 100644 (file)
@@ -43,4 +43,11 @@ libcec_la_SOURCES += adapter/Pulse-Eight/USBCECAdapterMessage.cpp \
                      platform/nvidia/nv-edid.cpp
 endif
 
+## Raspberry Pi support
+if USE_RPI_API
+libcec_la_SOURCES += adapter/RPi/RPiCECAdapterDetection.cpp \
+                     adapter/RPi/RPiCECAdapterCommunication.cpp \
+                     adapter/RPi/RPiCECAdapterMessageQueue.cpp
+endif
+
 libcec_la_LDFLAGS = @LIBS_LIBCEC@ -version-info @VERSION@