[Xcb] [Bug 21773] New: configure script for xcb-utils requires libxcb > 1.2, which doesn't exist
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat May 16 18:38:58 PDT 2009
http://bugs.freedesktop.org/show_bug.cgi?id=21773
Summary: configure script for xcb-utils requires libxcb > 1.2,
which doesn't exist
Product: XCB
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Utils
AssignedTo: xcb at lists.freedesktop.org
ReportedBy: rah at bash.sh
The latest version of xcb in git is 1.2; perhaps the check
PKG_CHECK_MODULES(XCB, xcb > 1.2)
should be
PKG_CHECK_MODULES(XCB, xcb >= 1.2)
?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Xcb
mailing list