Qt5CompositorConfig.cmakeを提供するGentooパッケージは何ですか?

Qt5CompositorConfig.cmakeを提供するGentooパッケージは何ですか?

コンパイル後にインストールしたいです。ハワイソースコードで編集中ですが、コンパイルが停止しました。緑の島(ハワイの依存関係)ソースコード段階で。次のコマンドを使用して、ソースコードディレクトリのビルドサブディレクトリを作成してmkdir build実行しました。

cmake .. -DCMAKE_INSTALL_PREFIX=/usr

しかし、これはエラーを引き起こします。

CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:26 (find_package):
  Could not find a package configuration file provided by "Qt5Compositor"
  with any of the following names:

    Qt5CompositorConfig.cmake
    qt5compositor-config.cmake

  Add the installation prefix of "Qt5Compositor" to CMAKE_PREFIX_PATH or set
  "Qt5Compositor_DIR" to a directory containing one of the above files.  If
  "Qt5Compositor" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:60 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/fusion809/Programs/Hawaii/greenisland-0.6.0/build/CMakeFiles/CMakeOutput.log".

ここ私のログファイルです(/home/fusion809/Programs/Hawaii/greenisland-0.6.0/build/CMakeFiles/CMakeOutput.log)。

このエラーは、私のシステムにQt5CompositorConfig.cmakeが見つからないと解釈されます。このライブラリを取得するには、どのPortage ebuildをマージする必要がありますか?関係があればSabyon Linuxを調べています。

ベストアンサー1

私はそれを自分で見つけました。dev-qt/qtwaylandインストールされていますが、このライブラリを入手するには、wayland-compositor USEフラグを有効にする必要があります。そうしてグリーンアイランドのコンパイルが成功しました。

おすすめ記事