File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ mkdir -p headers/rdk/iarmbus
131
131
mkdir -p headers/rdk/iarmmgrs-hal
132
132
mkdir -p headers/ccec/drivers
133
133
mkdir -p headers/network
134
+ mkdir -p headers/proc
134
135
echo " dir created successfully"
135
136
echo " ======================================================================================"
136
137
@@ -197,6 +198,9 @@ cmake -G Ninja -S entservices-inputoutput -B build/entservices-inputoutput \
197
198
-DCMAKE_DISABLE_FIND_PACKAGE_IARMBus=ON \
198
199
-DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON \
199
200
-DCMAKE_DISABLE_FIND_PACKAGE_DS=ON \
201
+ -DCMAKE_DISABLE_FIND_PACKAGE_Udev=ON \
202
+ -DCMAKE_DISABLE_FIND_PACKAGE_RBus=ON \
203
+ -DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON \
200
204
-DCMAKE_CXX_FLAGS=" -DEXCEPTIONS_ENABLE=ON \
201
205
-I ${PWD} /entservices-testframework/Tests/headers \
202
206
-I ${PWD} /entservices-testframework/Tests/headers/audiocapturemgr \
You can’t perform that action at this time.
0 commit comments