katabame / Ubuntu-Hyprland

https://hypr.kataba.me
11 stars 2 forks source link

Oracular script asking for a newer hyprwayland-scanner version #2

Open mornec-ridhut opened 2 hours ago

mornec-ridhut commented 2 hours ago

Hello,

Just submitting a bug report with regards to both the stable and nightly oracular script. The hyprland devs just released a new version of hyprwayland-scanner and it broke compatibility with this build script. Now running either the stable or nightly script returns this error:

CMake Error at /usr/share/cmake-3.30/Modules/FindPkgConfig.cmake:645 (message):
    The following required packages were not found:

        - hyprwayland-scanner>=0.4.2

Call Stack (most recent call first):
    /usr/share/cmake-3.30/Modules/FindPkgConfig.cmake:873 (_pkg_check_modules_internal)
    CMakeLists.txt:54 (pkg_check_modules)

Is there any workaround to this issue or should I just wait for a script update.

Regards,

romosborne commented 2 hours ago

I think it's just an issue with the compilation order. A simple workaround is to build the hyprwayland-scanner before the xdg-desktop-portal-hyprland.

IE. Move block 97 before block 96