Skip to content

Commit

Permalink
LibInput is not required when VirtualInput is ON .
Browse files Browse the repository at this point in the history
Fixing the compilation error
  • Loading branch information
Divya-563 authored and pwielders committed Jun 23, 2022
1 parent 837a9ae commit d136db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/wpe/wpebackend-rdk/wpebackend-rdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ WPEBACKEND_RDK_DEPENDENCIES += gluelogic
endif

ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_VIRTUALINPUT),y)
WPEBACKEND_RDK_CONF_OPTS += -DUSE_INPUT_LIBINPUT=OFF
WPEBACKEND_RDK_DEPENDENCIES += wpeframework
endif

Expand Down

0 comments on commit d136db6

Please sign in to comment.