Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540634 - lxqt-base/lxqt-panel-0.9.0 should depend on x11-libs/libXcomposite
Summary: lxqt-base/lxqt-panel-0.9.0 should depend on x11-libs/libXcomposite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jauhien Piatlicki (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-19 10:23 UTC by kavol
Modified: 2015-02-20 08:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kavol 2015-02-19 10:23:26 UTC
I'd like to test lxqt ... so I've done a clean install, unmasked a bunch of ebuilds, changed a few use flags to allow lxqt-meta to be emerged and ... kaboom, I get an error during configure phase of lxqt-panel:

...
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- checking for module 'xcomposite'
--   package 'xcomposite' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:284 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:338 (_pkg_check_modules_internal)
  plugin-tray/CMakeLists.txt:7 (pkg_check_modules)
...

after emerging x11-libs/libXcomposite I can build lxqt-panel without any problem

...
-- Found X11: /usr/lib64/libX11.so
-- checking for module 'xcomposite'
--   found xcomposite, version 0.4.4
-- checking for module 'xdamage'
...
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2015-02-20 08:23:19 UTC
+  20 Feb 2015; Ben de Groot <yngwin@gentoo.org> lxqt-panel-0.9.0.ebuild:
+  Include all deps (bug #540634)

Thanks for reporting!