Skip to content

Commit 4e077e1

Browse files
committed
[wpewebkit] enable opencdm when available
1 parent bd9ec7d commit 4e077e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/wpe/wpewebkit/wpewebkit.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ifeq ($(BR2_PACKAGE_WPEWEBKIT_USE_ENCRYPTED_MEDIA),y)
121121
WPEWEBKIT_FLAGS += -DENABLE_ENCRYPTED_MEDIA=ON
122122
endif
123123

124-
ifeq ($(BR2_PACKAGE_WPEWEBKIT_USE_OPENCDM),y)
124+
ifeq ($(BR2_PACKAGE_OPENCDM),y)
125125
WPEWEBKIT_DEPENDENCIES += opencdm
126126
WPEWEBKIT_FLAGS += -DENABLE_OPENCDM=ON
127127
endif

0 commit comments

Comments
 (0)