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
d/control: add x11proto-dev as a dependecy
'x11proto-dev | x11proto-core-dev' replaces 'x11proto-core-dev'
which is a dummy package
- - - - -
34553838 by Julien Cristau at 2019-10-16T13:56:00Z
Merge branch 'add-x11proto-dev-as-dependency' into
'debian-unstable'
d/control: add x11proto-dev as a dependecy
See merge request xorg-team/driver/xserver-xorg-input-synaptics!1
- - - - -
1 changed file:
- debian/control
Changes:
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends:
libxext-dev,
libxi-dev (>= 2:1.2.0),
libevdev-dev [linux-any],
- x11proto-core-dev,
+ x11proto-dev | x11proto-core-dev,
xserver-xorg-dev (>= 2:1.12),
pkg-config,
quilt,
@@ -61,7 +61,7 @@ Package: xserver-xorg-input-synaptics-dev
Section: libdevel
Architecture: all
Depends:
- x11proto-core-dev,
+ x11proto-dev | x11proto-core-dev,
${misc:Depends},
Description: Synaptics TouchPad driver for X.Org server (development headers)
This package contains the development headers for the Synaptics input
View it on GitLab:
https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-synaptics/compare/b2675ae637a41d7e6e339f0639f1ec58262ed94c...34553838791ebe9d4ae93a1b7cfb3d5c2b16ac72
--
View it on GitLab:
https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-synaptics/compare/b2675ae637a41d7e6e339f0639f1ec58262ed94c...34553838791ebe9d4ae93a1b7cfb3d5c2b16ac72
You're receiving this email because of your account on salsa.debian.org.