Skip to content

Commit

Permalink
Syncup from rdkservices: WebBridge & WebKitBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Feb 22, 2024
1 parent b776ead commit eb40c0c
Show file tree
Hide file tree
Showing 10 changed files with 406 additions and 334 deletions.
5 changes: 3 additions & 2 deletions WebBridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
set(PLUGIN_NAME WebBridge)
set(MODULE_NAME ${NAMESPACE}${PLUGIN_NAME})

set(PLUGIN_WEBBRIDGE_STARTUPORDER "" CACHE STRING "To configure startup order of WebBridge plugin")
if(BUILD_REFERENCE)
+ add_definitions(-DBUILD_REFERENCE=${BUILD_REFERENCE})
+endif()
add_definitions(-DBUILD_REFERENCE=${BUILD_REFERENCE})
endif()

find_package(${NAMESPACE}Plugins REQUIRED)
find_package(CompileSettingsDebug CONFIG REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions WebBridge/WebBridge.conf.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
startmode = "Activated"
startuporder = "@PLUGIN_WEBBRIDGE_STARTUPORDER@"
Loading

0 comments on commit eb40c0c

Please sign in to comment.