Loading package/directfb/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,11 @@ config BR2_PACKAGE_DIRECTFB_UNICHROME depends on BR2_PACKAGE_DIRECTFB depends on BR2_i386 || BR2_x86_64 config BR2_PACKAGE_DIRECTFB_LINUXINPUT bool "compile /dev/input/eventX input driver" default y depends on BR2_PACKAGE_DIRECTFB config BR2_PACKAGE_DIRECTFB_KEYBOARD bool "compile keyboard input driver" default y Loading package/directfb/directfb.mk +3 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,9 @@ DIRECTFB_GFX:=$(subst $(space),$(comma),$(strip $(DIRECTFB_GFX))) endif DIRECTFB_INPUT:= ifeq ($(BR2_PACKAGE_DIRECTFB_LINUXINPUT),y) DIRECTFB_INPUT+= linuxinput endif ifeq ($(BR2_PACKAGE_DIRECTFB_KEYBOARD),y) DIRECTFB_INPUT+= keyboard endif Loading Loading
package/directfb/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,11 @@ config BR2_PACKAGE_DIRECTFB_UNICHROME depends on BR2_PACKAGE_DIRECTFB depends on BR2_i386 || BR2_x86_64 config BR2_PACKAGE_DIRECTFB_LINUXINPUT bool "compile /dev/input/eventX input driver" default y depends on BR2_PACKAGE_DIRECTFB config BR2_PACKAGE_DIRECTFB_KEYBOARD bool "compile keyboard input driver" default y Loading
package/directfb/directfb.mk +3 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,9 @@ DIRECTFB_GFX:=$(subst $(space),$(comma),$(strip $(DIRECTFB_GFX))) endif DIRECTFB_INPUT:= ifeq ($(BR2_PACKAGE_DIRECTFB_LINUXINPUT),y) DIRECTFB_INPUT+= linuxinput endif ifeq ($(BR2_PACKAGE_DIRECTFB_KEYBOARD),y) DIRECTFB_INPUT+= keyboard endif Loading