intel / intel-vaapi-driver

VA-API user mode driver for Intel GEN Graphics family
https://01.org/linuxmedia
Other
303 stars 126 forks source link

Fix meson build without wayland #441

Closed Erick555 closed 5 years ago

Erick555 commented 5 years ago

Current 2.3.0 build with meson fails if wayland dependency isn't detected:

        Library dl found: YES
        Library m found: YES
        Program git found: NO
        Dependency threads found: YES 
        Found pkg-config: /usr/bin/pkg-config (1.5.3)
        Dependency libdrm found: YES 2.4.97
        Dependency libdrm_intel found: YES 2.4.97
        Dependency libva found: YES 1.3.0
        Dependency libva-x11 found: YES 1.3.0
        Found CMake: NO
        Dependency wayland-client found: NO (tried pkgconfig and cmake)
        Dependency libva-wayland found: NO (tried pkgconfig and cmake)

        meson.build:94:2: ERROR:  Unknown variable "wl_scanner".

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235039