Summary: | synaptics driver does install to wrong path for xorg modular | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Björn Ruberg <bjoern> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | minor | CC: | joshuabaergen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Björn Ruberg
2006-02-02 04:51:32 UTC
Looks just fine with synaptics-0.14.4-r2 <snip> if has_version ">=x11-base/xorg-x11-7.0" || has_version ">=x11-base/xorg-server-0.99" then exeinto /usr/$(get_libdir)/xorg/modules/input doexe synaptics_drv.so else exeinto /usr/$(get_libdir)/modules/input doexe synaptics_drv.so fi </snip> Indeed, that should work. With the stable version of synaptics (0.14.2) it does not. Maybe the "migrating to X.org-7" guide should be updated to use ~arch x11-drivers/synaptics too. The general idea is that mixing ~ and stable packages is bad, and throwing masked packages into that mix is even worse. When things move from testing to stable we try to check for things like this, but when things are in testing they're only supposed to work against testing packages. |