Julien Cristau pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-input-synaptics
Commits:
-
68521de6
by Salman Mohammadi at 2019-04-19T12:50:21Z
-
34553838
by Julien Cristau at 2019-10-16T13:56:00Z
1 changed file:
Changes:
| ... | ... | @@ -9,7 +9,7 @@ Build-Depends: |
| 9 | 9 |
libxext-dev,
|
| 10 | 10 |
libxi-dev (>= 2:1.2.0),
|
| 11 | 11 |
libevdev-dev [linux-any],
|
| 12 |
- x11proto-core-dev,
|
|
| 12 |
+ x11proto-dev | x11proto-core-dev,
|
|
| 13 | 13 |
xserver-xorg-dev (>= 2:1.12),
|
| 14 | 14 |
pkg-config,
|
| 15 | 15 |
quilt,
|
| ... | ... | @@ -61,7 +61,7 @@ Package: xserver-xorg-input-synaptics-dev |
| 61 | 61 |
Section: libdevel
|
| 62 | 62 |
Architecture: all
|
| 63 | 63 |
Depends:
|
| 64 |
- x11proto-core-dev,
|
|
| 64 |
+ x11proto-dev | x11proto-core-dev,
|
|
| 65 | 65 |
${misc:Depends},
|
| 66 | 66 |
Description: Synaptics TouchPad driver for X.Org server (development headers)
|
| 67 | 67 |
This package contains the development headers for the Synaptics input
|