mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-07 03:48:03 +02:00
Change Depends on x-dev to x11proto-core-dev.
This commit is contained in:
parent
eca61f6b5e
commit
e92bde6e51
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -7,7 +7,7 @@ libxcb0 (0.9-3) UNRELEASED; urgency=low
|
|||
* Stop installing the libtool .la files.
|
||||
* Add Build-Depends on libxdmcp-dev.
|
||||
* Debian X11R7 transition:
|
||||
* Change Build-Depends on x-dev to x11proto-core-dev.
|
||||
* Change Depends and Build-Depends on x-dev to x11proto-core-dev.
|
||||
* Install headers to /usr/include/X11, not /usr/X11R6/include/X11.
|
||||
* Pre-Depends: x11-common (>= 1:1.09).
|
||||
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -25,7 +25,7 @@ Description: X C Binding
|
|||
Package: libxcb0-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libxcb0 (= ${Source-Version}), x-dev
|
||||
Depends: libxcb0 (= ${Source-Version}), x11proto-core-dev
|
||||
Pre-Depends: x11-common (>= 1:1.09)
|
||||
Description: X C Binding, development files
|
||||
Xlib has been the standard C binding for the X Window System protocol for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue