Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498350 - x11-drivers/xf86-input-synaptics-9999 should depend on >=dev-libs/libevdev-0.4
Summary: x11-drivers/xf86-input-synaptics-9999 should depend on >=dev-libs/libevdev-0.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gilles Dartiguelongue (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 13:16 UTC by Small_Penguin
Modified: 2014-01-23 13:47 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Small_Penguin 2014-01-17 13:16:32 UTC
This is for the ebuild in the x11 overlay:

Please add >=dev-libs/libevdev-0.4 to DEPEND, otherwise econf fails.

RDEPEND="sys-libs/mtdev
        >=x11-base/xorg-server-1.12
        >=x11-libs/libXi-1.2
        >=x11-libs/libXtst-1.1.0"
DEPEND="${RDEPEND}
        >=sys-kernel/linux-headers-2.6.37
        >=x11-proto/inputproto-2.1.99.3
        >=x11-proto/recordproto-1.14"



Reproducible: Always
Comment 1 Alex Xu (Hello71) 2014-01-17 18:39:40 UTC
Please attach the entire build.log.
Comment 2 Christoph Brill (egore) (RESIGNED) 2014-01-18 21:08:44 UTC
That totally is correct. Current master contains the following line:

PKG_CHECK_MODULES(LIBEVDEV, [libevdev >= 0.4])

See http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/tree/configure.ac#n122

But that only applies to Linux, not BSD or Solaris (well, obviously because evdev is Linux only).
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-01-23 13:47:29 UTC
Fixed in the x11 overlay