debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 0d64ac9ea5668d509f4079899abc06b192c0b074 Author: Robert Hooker <[email protected]> Date: Wed Oct 20 17:27:28 2010 -0400 Add libxcomposite-dev to build deps to enable composite support for xdpyinfo. diff --git a/debian/changelog b/debian/changelog index 2ef33c0..ee1b99b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +x11-utils (7.5+5) UNRELEASED; urgency=low + + * Add libxcomposite-dev to the build deps to enable Composite support + for xdpyinfo. + + -- Robert Hooker <[email protected]> Wed, 20 Oct 2010 17:25:54 -0400 + x11-utils (7.5+4) unstable; urgency=low * xlsatoms 1.1.0: uses libxcb instead of Xlib for lower latency. diff --git a/debian/control b/debian/control index 8cde265..44a7df6 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: libxxf86dga-dev (>= 1:1.0.1), libxv-dev (>= 1:1.0.1), libxxf86vm-dev (>= 1:1.0.0), + libxcomposite-dev, x11proto-gl-dev, libgl1-mesa-dev, quilt, @@ -36,7 +37,7 @@ Build-Depends: # viewres: libxt-dev # xdpyinfo: libxext-dev, libx11-dev, libxtst-dev, libxxf86vm-dev, # libxxf86dga-dev, (libxxf86misc-dev,) libxi-dev, libxrender-dev, -# libxinerama-dev, libdmx-dev +# libxinerama-dev, libdmx-dev, libxcomposite-dev # xdriinfo: libx11-dev, x11proto-gl-dev, libgl1-mesa-dev # xev: libx11-dev # xfd: libxaw7-dev, libfreetype2-dev, libfontconfig-dev, libxft-dev, libxt-dev -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

