temporarily removal of unbuildables
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 19 Apr 2016 09:52:18 +0000 (11:52 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 19 Apr 2016 09:52:18 +0000 (11:52 +0200)
Change-Id: Ic67506010cbce922476552f35411a92940056eb4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
CMakeLists.txt
plugins/CMakeLists.txt

index 03d4aad..2ca0e89 100644 (file)
@@ -83,8 +83,42 @@ ENDIF(gupnp_FOUND)
 INCLUDE(FindThreads)
 FIND_PACKAGE(Threads)
 
-SET(include_dirs ${INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/include ${json-c_INCLUDE_DIRS} ${libmicrohttpd_INCLUDE_DIRS} ${uuid_INCLUDE_DIRS} ${dbus_INCLUDE_DIRS} ${alsa_INCLUDE_DIRS} ${pulseaudio_INCLUDE_DIRS} ${librtlsdr_INCLUDE_DIRS} ${gupnp_INCLUDE_DIRS} ${openssl_INCLUDE_DIRS})
-SET(link_libraries ${json-c_LIBRARIES} ${libmicrohttpd_LIBRARIES} ${uuid_LIBRARIES} ${dbus_LIBRARIES} ${alsa_LIBRARIES} ${pulseaudio_LIBRARIES} ${librtlsdr_LIBRARIES} ${gupnp_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${libefence_LIBRARIES} ${openssl_LIBRARIES} -lmagic -lm -ldl -lrt)
+#SET(include_dirs ${INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/include ${json-c_INCLUDE_DIRS} ${libmicrohttpd_INCLUDE_DIRS} ${uuid_INCLUDE_DIRS} ${dbus_INCLUDE_DIRS} ${alsa_INCLUDE_DIRS} ${pulseaudio_INCLUDE_DIRS} ${librtlsdr_INCLUDE_DIRS} ${gupnp_INCLUDE_DIRS} ${openssl_INCLUDE_DIRS})
+#SET(link_libraries ${json-c_LIBRARIES} ${libmicrohttpd_LIBRARIES} ${uuid_LIBRARIES} ${dbus_LIBRARIES} ${alsa_LIBRARIES} ${pulseaudio_LIBRARIES} ${librtlsdr_LIBRARIES} ${gupnp_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${libefence_LIBRARIES} ${openssl_LIBRARIES} -lmagic -lm -ldl -lrt)
+#SET(plugin_install_dir ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/afb)
+
+SET(include_dirs
+       ${INCLUDE_DIRS}
+       ${CMAKE_SOURCE_DIR}/include
+       ${json-c_INCLUDE_DIRS}
+       ${libmicrohttpd_INCLUDE_DIRS}
+       ${uuid_INCLUDE_DIRS}
+       ${dbus_INCLUDE_DIRS}
+#      ${alsa_INCLUDE_DIRS}
+#      ${pulseaudio_INCLUDE_DIRS}
+#      ${librtlsdr_INCLUDE_DIRS}
+#      ${gupnp_INCLUDE_DIRS}
+       ${openssl_INCLUDE_DIRS}
+)
+
+SET(link_libraries
+       ${json-c_LIBRARIES}
+       ${libmicrohttpd_LIBRARIES}
+       ${uuid_LIBRARIES}
+       ${dbus_LIBRARIES}
+#      ${alsa_LIBRARIES}
+#      ${pulseaudio_LIBRARIES}
+#      ${librtlsdr_LIBRARIES}
+#      ${gupnp_LIBRARIES}
+       ${CMAKE_THREAD_LIBS_INIT}
+#      ${libefence_LIBRARIES}
+       ${openssl_LIBRARIES}
+       -lmagic
+       -lm
+       -ldl
+       -lrt
+)
+
 SET(plugin_install_dir ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/afb)
 
 ADD_DEFINITIONS(-DPLUGIN_INSTALL_DIR="${plugin_install_dir}")
index 20d27b8..c60e352 100644 (file)
@@ -1,6 +1,6 @@
 ADD_SUBDIRECTORY(afm-main-plugin)
 ADD_SUBDIRECTORY(session)
 ADD_SUBDIRECTORY(samples)
-ADD_SUBDIRECTORY(audio)
+#ADD_SUBDIRECTORY(audio)
 #ADD_SUBDIRECTORY(radio)
 #ADD_SUBDIRECTORY(media)