[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r4131 - branches/experimental/lib/libx11/debian



Author: daenzer
Date: 2006-12-07 06:52:26 -0500 (Thu, 07 Dec 2006)
New Revision: 4131

Modified:
   branches/experimental/lib/libx11/debian/changelog
   branches/experimental/lib/libx11/debian/control
Log:
Make libx11-dev depend on libxcb-xlib0-dev, because x11.pc references xcb-xlib.

Without this, pkg-config may fail with something like

Package xcb-xlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-xlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-xlib', required by 'X11', not found



Modified: branches/experimental/lib/libx11/debian/changelog
===================================================================
--- branches/experimental/lib/libx11/debian/changelog	2006-12-07 03:44:19 UTC (rev 4130)
+++ branches/experimental/lib/libx11/debian/changelog	2006-12-07 11:52:26 UTC (rev 4131)
@@ -1,3 +1,9 @@
+libx11 (2:1.1-3) experimental; urgency=low
+
+  * libx11-dev Depends: libxcb-xlib0-dev, because x11.pc references xcb-xlib.
+
+ -- Michel Dänzer <daenzer@debian.org>  Thu,  7 Dec 2006 12:48:09 +0100
+
 libx11 (2:1.1-2) experimental; urgency=low
 
   [ Josh Triplett ]

Modified: branches/experimental/lib/libx11/debian/control
===================================================================
--- branches/experimental/lib/libx11/debian/control	2006-12-07 03:44:19 UTC (rev 4130)
+++ branches/experimental/lib/libx11/debian/control	2006-12-07 11:52:26 UTC (rev 4131)
@@ -54,7 +54,7 @@
 Section: libdevel
 Architecture: any
 Pre-Depends: x11-common (>= 1:7.0.0)
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), libxext-dev, x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), libxext-dev, x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb-xlib0-dev
 Description: X11 client-side library (development headers)
  This package provides a client interface to the X Window System, otherwise
  known as 'Xlib'.  It provides a complete API for the basic functions of the



Reply to: