Skip to content

Commit d136db6

Browse files
Divya-563pwielders
authored andcommitted
LibInput is not required when VirtualInput is ON .
Fixing the compilation error
1 parent 837a9ae commit d136db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/wpe/wpebackend-rdk/wpebackend-rdk.mk

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ WPEBACKEND_RDK_DEPENDENCIES += gluelogic
7373
endif
7474

7575
ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_VIRTUALINPUT),y)
76+
WPEBACKEND_RDK_CONF_OPTS += -DUSE_INPUT_LIBINPUT=OFF
7677
WPEBACKEND_RDK_DEPENDENCIES += wpeframework
7778
endif
7879

0 commit comments

Comments
 (0)