File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,18 +176,18 @@ WPEWEBKIT_CONF_OPTS += -DENABLE_THUNDER=OFF
176
176
endif
177
177
178
178
ifeq ($(BR2_PACKAGE_WPEWEBKIT_USE_LIBWEBRTC ) ,y)
179
- WPEWEBKIT_CONF_OPTS += -DUSE_GSTREAMER_WEBRTC=OFF -DENABLE_WEB_RTC =ON -DENABLE_MEDIA_STREAM =ON
179
+ WPEWEBKIT_CONF_OPTS += -DUSE_GSTREAMER_WEBRTC=OFF -DENABLE_MEDIA_STREAM =ON -DENABLE_WEB_RTC =ON
180
180
ifeq ($(BR2_PACKAGE_WPEWEBKIT_NEXT ) ,y)
181
181
WPEWEBKIT_DEPENDENCIES += libevent
182
182
endif
183
183
endif
184
184
185
185
ifeq ($(BR2_PACKAGE_WPEWEBKIT_USE_GSTREAMER_WEBRTC ) ,y)
186
- WPEWEBKIT_CONF_OPTS += -DUSE_GSTREAMER_WEBRTC=ON -DENABLE_WEB_RTC =ON -DENABLE_MEDIA_STREAM =ON
186
+ WPEWEBKIT_CONF_OPTS += -DUSE_GSTREAMER_WEBRTC=ON -DENABLE_MEDIA_STREAM =ON -DENABLE_WEB_RTC =ON
187
187
endif
188
188
189
189
ifeq ($(BR2_PACKAGE_WPEWEBKIT_NO_WEBRTC ) ,y)
190
- WPEWEBKIT_CONF_OPTS += -DUSE_GSTREAMER_WEBRTC=OFF -DENABLE_WEB_RTC =OFF -DENABLE_MEDIA_STREAM =OFF
190
+ WPEWEBKIT_CONF_OPTS += -DUSE_GSTREAMER_WEBRTC=OFF -DENABLE_MEDIA_STREAM =OFF -DENABLE_WEB_RTC =OFF
191
191
endif
192
192
193
193
else
You can’t perform that action at this time.
0 commit comments