Browse Source

package/weston: add support for libinput

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORIN 11 years ago
parent
commit
73d1ca8dc5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      package/weston/weston.mk

+ 7 - 0
package/weston/weston.mk

@@ -32,6 +32,13 @@ else
 WESTON_CONF_OPT += --disable-xkbcommon
 WESTON_CONF_OPT += --disable-xkbcommon
 endif
 endif
 
 
+ifeq ($(BR2_PACKAGE_LIBINPUT),y)
+WESTON_DEPENDENCIES += libinput
+WESTON_CONF_OPT += --enable-libinput-backend
+else
+WESTON_CONF_OPT += --disable-libinput-backend
+endif
+
 ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
 ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
 WESTON_DEPENDENCIES += libunwind
 WESTON_DEPENDENCIES += libunwind
 else
 else