• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libinput/libinput.mk
Gustavo ZacariasGustavo Zacarias committed 9714c6d2eff15 Sep 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libinput
4
#
5
################################################################################
6
​
7
LIBINPUT_VERSION = 1.5.0
8
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
9
LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
10
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
11
LIBINPUT_INSTALL_STAGING = YES
12
LIBINPUT_LICENSE = MIT
13
LIBINPUT_LICENSE_FILES = COPYING
14
# Tests need fork, so just disable them everywhere.
15
LIBINPUT_CONF_OPTS = --disable-tests --disable-libwacom
16
​
17
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
18
LIBINPUT_CONF_OPTS += --enable-event-gui
19
LIBINPUT_DEPENDENCIES += libgtk3
20
else
21
LIBINPUT_CONF_OPTS += --disable-event-gui
22
endif
23
​
24
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.