Skip to content

Commit 7b45d4f

Browse files
committed
fixup! wpewebkit: Add option for GstWebRTC support
1 parent c21e673 commit 7b45d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/wpe/wpewebkit/wpewebkit.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,18 @@ WPEWEBKIT_CONF_OPTS += -DENABLE_THUNDER=OFF
176176
endif
177177

178178
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
180180
ifeq ($(BR2_PACKAGE_WPEWEBKIT_NEXT),y)
181181
WPEWEBKIT_DEPENDENCIES += libevent
182182
endif
183183
endif
184184

185185
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
187187
endif
188188

189189
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
191191
endif
192192

193193
else

0 commit comments

Comments
 (0)