milgra / wcp

Script-driven control panel/system menu for wayland-based window managers.
GNU General Public License v3.0
82 stars 3 forks source link

Cannot build, epoll-shim dependency missing #7

Closed Freemason-12 closed 1 year ago

Freemason-12 commented 1 year ago

When I run meson build it gives me this output:

The Meson build system
Version: 0.63.3
Source dir: /home/maskatr/.repos/git/hyprland/wcp/wcp
Build dir: /home/maskatr/.repos/git/hyprland/wcp/wcp/build
Build type: native build
Project name: wcp
Project version: 0.77b
C compiler for the host machine: cc (gcc 11.3.1 "cc (GCC) 11.3.1 20221121 (Red Hat 11.3.1-4)")
C linker for the host machine: cc ld.bfd 2.35.2-42
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Run-time dependency egl found: YES 1.5
Run-time dependency libpng found: YES 1.6.37
Library m found: YES
Run-time dependency wayland-egl found: YES 18.1.0
Run-time dependency glesv2 found: YES 3.2
Run-time dependency freetype2 found: YES 23.4.17
Run-time dependency xkbcommon found: YES 1.0.3
Found CMake: /usr/bin/cmake (3.20.2)
Run-time dependency epoll-shim found: NO (tried pkgconfig and cmake)

meson.build:19:0: ERROR: Dependency "epoll-shim" not found, tried pkgconfig and cmake

A full log can be found at /home/maskatr/.repos/git/hyprland/wcp/wcp/build/meson-logs/meson-log.txt

How can I mitigate this?

milgra commented 1 year ago

fixed in the main branch, thanks for reporting!