fixup! Introduce platform-api-wrapper module for solving abi namespace issues 78/317778/1
authorGajendra N <gajendra.n@samsung.com>
Tue, 17 Sep 2024 09:30:43 +0000 (15:00 +0530)
committerGajendra N <gajendra.n@samsung.com>
Tue, 17 Sep 2024 09:34:22 +0000 (15:04 +0530)
Missed conditions for tv profile check in the parent patch.

Change-Id: I6c5df47f53c050542c31da0b7fcd741e60a3331e
Signed-off-by: Gajendra N <gajendra.n@samsung.com>
packaging/chromium-efl.spec

index 29e5721451cea14d2ce9c9507d7fe5a390ab1043..9efd26dfe5165e3d267c68986641bdcb580d65b4 100644 (file)
@@ -754,7 +754,9 @@ install -m 0644 third_party/electron_node/src/*.h "%{buildroot}"%{_includedir}/n
   %else
     install -m 0644 "%{OUTPUT_FOLDER}"/libchromium-ewk.so  "%{buildroot}"%{CHROMIUM_LIB_DIR}/lib/
   %endif
-  install -m 0644 "%{_libdir}"/libchromium-efl-platform-api-wrapper.so "%{buildroot}"%{CHROMIUM_LIB_DIR}/lib/
+  %if "%{?profile}" == "tv"
+    install -m 0644 "%{_libdir}"/libchromium-efl-platform-api-wrapper.so "%{buildroot}"%{CHROMIUM_LIB_DIR}/lib/
+  %endif
 %endif
 
 install -m 0644 "%{OUTPUT_FOLDER}"/resources/*.edj "%{buildroot}"%{CHROMIUM_LIB_DIR}/res/themes/
@@ -1134,7 +1136,9 @@ rm -rf %{CHROMIUM_TPK_DIR}/%{_tpk_file_name}.tpk
   %else
     %{CHROMIUM_LIB_DIR}/lib/libchromium-ewk.so
   %endif
-  %{CHROMIUM_LIB_DIR}/lib/libchromium-efl-platform-api-wrapper.so
+  %if "%{?profile}" == "tv"
+    %{CHROMIUM_LIB_DIR}/lib/libchromium-efl-platform-api-wrapper.so
+  %endif
   %{CHROMIUM_LIB_DIR}/res/images/*.png
 %endif