From cb7143db301d6ca3a5d74400e3e320b0092b5521 Mon Sep 17 00:00:00 2001 From: jomui Date: Tue, 13 Jun 2017 17:03:56 +0900 Subject: [PATCH] remove mapzen plugin from binary until fix crash Signed-off-by: jomui Change-Id: I0c5935d40680198daa1117003ca46395fb83fb34 --- CMakeLists.txt | 2 +- packaging/maps-plugin-mapzen.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87d331a..cfdb947 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,7 @@ CONFIGURE_FILE( # Install INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc DESTINATION ${LIBDIR}/pkgconfig) -INSTALL(TARGETS ${fw_name} DESTINATION ${LIBDIR}/maps/plugins) +#INSTALL(TARGETS ${fw_name} DESTINATION ${LIBDIR}/maps/plugins) INSTALL(FILES ${TANGRAM_LIBRARY} DESTINATION ${LIBDIR}) #INCLUDE(FindPkgConfig) diff --git a/packaging/maps-plugin-mapzen.spec b/packaging/maps-plugin-mapzen.spec index 3cea259..2e8424a 100644 --- a/packaging/maps-plugin-mapzen.spec +++ b/packaging/maps-plugin-mapzen.spec @@ -73,7 +73,7 @@ cp -r scenes/* %{buildroot}/usr/share/maps/mapzen/scenes/ %manifest maps-plugin-mapzen.manifest %license LICENSE %defattr(-,root,root,-) -%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so* +#%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so* %{_libdir}/libtangram.so* %{_libdir}/pkgconfig/maps-plugin-mapzen.pc %{_prefix}/share/maps/mapzen/scenes/* @@ -96,4 +96,4 @@ This package provides Plugin APIs for Mapzen. (Development) %defattr(-,root,root,-) %{_includedir}/mapzen-plugin/*.h %{_libdir}/pkgconfig/maps-plugin-mapzen.pc -%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so +#%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so -- 2.7.4