Package: libxcb-cursor-dev
Version: 0.1.0-1
Severity: normal

After installing libxcb-cursor-dev, I tried to use it through its pkg-config
file, but cmake/pkg-config was not happy:

 $ cat CMakeLists.txt
 cmake_minimum_required(VERSION 2.8)
 include(FindPkgConfig)
 pkg_check_modules(FOO REQUIRED xcb-cursor)
 $ cmake .
 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
 -- checking for module 'xcb-cursor'
 --   found xcb-cursor, version 0.1.0
 Package xcb-renderutil was not found in the pkg-config search path.
 Perhaps you should add the directory containing `xcb-renderutil.pc'
 to the PKG_CONFIG_PATH environment variable
[snip]

However, calling pkg-config directly does not complain, unless you use --static:

 $ pkg-config --libs --static xcb-cursor
 Package xcb-renderutil was not found in the pkg-config search path.
 Perhaps you should add the directory containing `xcb-renderutil.pc'
 to the PKG_CONFIG_PATH environment variable
 Package 'xcb-renderutil', required by 'XCB cursor library', not found

So it seems to me as if libxcb-cursor-dev should depend on
libxcb-render-util0-dev, but I am not completely convinced myself...

Cheers,
Uli
-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (50, 
'experimental'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libxcb-cursor-dev depends on:
ii  libxcb-cursor0  0.1.0-1

libxcb-cursor-dev recommends no packages.

libxcb-cursor-dev suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to