Fix for runtime error during ubrowser launch 18/299118/3
authoruzair <uzair.jaleel@samsung.com>
Wed, 20 Sep 2023 05:46:19 +0000 (11:16 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 19 Oct 2023 06:23:43 +0000 (06:23 +0000)
Change-Id: I3d427726a91a0b638b23ee1032f3b749651eb400
Signed-off-by: uzair <uzair.jaleel@samsung.com>
packaging/chromium-efl.spec
tizen_src/build/BUILD.gn

index f1eacb5..cd84e46 100755 (executable)
@@ -495,7 +495,7 @@ touch ./tizen_src/downloadable/ewk_api_wrapper_generator.py
   "tizen_product_tv=true" \
 %endif
 %if "%{?tizen_profile_name}" == "tv" && "%{_vd_cfg_product_type}" != "AUDIO" &&  "%{_vd_cfg_product_type}" != "AV"
-  "tizen_vd_accessory=true" \
+  "tizen_vd_accessory=false" \
 %endif
 %if 0%{?component_build}
  "component=\"shared_library\"" \
index 8bd9d14..c2ac795 100644 (file)
@@ -851,9 +851,9 @@ tizen_pkg_config("privileged-service") {
   }
 }
 
-tizen_pkg_config("accessory") {
-  packages = []
-  if (tizen_vd_accessory) {
+#FIXME: dlopen error : libOCIController.so: cannot open shared object
+if (tizen_vd_accessory) {
+  tizen_pkg_config("accessory") {
     packages = [ "accessory" ]
   }
 }