Skip to content

Commit 1854c60

Browse files
Thunder: Add Identifier Events to subsystems events if DeviceIdentification plugin is enabled (#406)
1 parent 1821f19 commit 1854c60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/wpe/wpeframework/wpeframework.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ WPEFRAMEWORK_EXTERN_EVENTS += Platform
125125
WPEFRAMEWORK_EXTERN_EVENTS += Graphics
126126
endif
127127

128+
ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_DEVICEIDENTIFICATION),y)
129+
WPEFRAMEWORK_EXTERN_EVENTS += Identifier
130+
endif
131+
128132
ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_NETWORKCONTROL),y)
129133
WPEFRAMEWORK_EXTERN_EVENTS += Network
130134
endif

0 commit comments

Comments
 (0)