diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-16 09:59:13 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-16 09:59:13 -0700 |
commit | e92bde6e5152c6d0c4efa9240604e75178c1a3db (patch) | |
tree | 4bfc03a1b77caeb1d056ba5ffa1111a50bb066ae /debian/control | |
parent | eca61f6b5e9df7321222499a1f660f6eb7e6112e (diff) |
Change Depends on x-dev to x11proto-core-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f144deb..b3cea3d 100644 --- a/debian/control +++ b/debian/control @@ -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 |