build: Remove pkg-config for xcb-xprint as the pc file is now longer shipped.
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 27 Feb 2015 13:17:23 +0000 (14:17 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 27 Feb 2015 13:22:46 +0000 (14:22 +0100)
commitea0cd3d7c3fbe227cbcb614fa852d9039763a816
tree45df981a8ef19b29d8ef5367b1aa79f9d38da24c
parent2e3ee0e658f884a126293a8fe41059c0bada5599
build: Remove pkg-config for xcb-xprint as the pc file is now longer shipped.

xcb no longer ships the xcp-print.pc file and thus pkg-config is not able to
detect it. Some distros might patch over it as the source files seem still to
be shipped but we cannot rely on this.
http://lists.freedesktop.org/archives/xcb/2013-November/008907.html

As the above commit mentions the xprint support was actually removed from the
Xorg server in 2008 (1.11 release) which means none of our code actually has
any server side it can talk to for some years now. :) Our xcb-xprint code is
actually ifdef'ed already so we might want to remove it alltogether.
configure.ac