File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -120,16 +120,20 @@ jobs:
120120 -DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic -Werror -m${{matrix.architecture}}" \
121121 -DCMAKE_INSTALL_PREFIX="${{matrix.build_type}}/install/usr" \
122122 -DCMAKE_MODULE_PATH="${PWD}/${{matrix.build_type}}/install/usr/include/WPEFramework/Modules" \
123+ -DPLUGIN_BRIDGELINK=ON \
123124 -DPLUGIN_DEVICEIDENTIFICATION=ON \
124125 -DPLUGIN_DEVICEINFO=ON \
126+ -DPLUGIN_DISPLAYINFO=ON \
125127 -DPLUGIN_LOCATIONSYNC=ON \
126128 -DPLUGIN_MESSAGECONTROL=ON \
127129 -DPLUGIN_MESSENGER=ON \
128130 -DPLUGIN_MONITOR=ON \
129131 -DPLUGIN_OPENCDMI=ON \
132+ -DPLUGIN_PACKAGER=ON \
130133 -DPLUGIN_PERFORMANCEMETRICS=ON \
131134 -DPLUGIN_PLAYERINFO=ON \
132- -DPLUGIN_PACKAGER=ON \
135+ -DPLUGIN_RUSTBRIDGE=ON \
136+ -DPLUGIN_SECURITYAGENT=ON \
133137 ${{steps.plugins.outputs.first_match}}
134138 cmake --build ${{matrix.build_type}}/build/ThunderNanoServicesRDK --target install
135139
You can’t perform that action at this time.
0 commit comments