Bug 235039 - multimedia/libva-intel-driver 2.3.0_3 does not build
Summary: multimedia/libva-intel-driver 2.3.0_3 does not build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-18 10:21 UTC by jakub_lach
Modified: 2019-01-18 10:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakub_lach 2019-01-18 10:21:21 UTC
Dependency libdrm found: YES 2.4.96
Dependency libdrm_intel found: YES 2.4.96
Dependency libva found: YES 1.3.0
Dependency libva-x11 found: YES 1.3.0
Found CMake: /usr/local/bin/cmake (3.13.2)
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".
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-18 10:42:18 UTC
A commit references this bug:

Author: jbeich
Date: Fri Jan 18 10:41:36 UTC 2019
New revision: 490633
URL: https://svnweb.freebsd.org/changeset/ports/490633

Log:
  multimedia/libva-intel-driver: unbreak libva + WAYLAND=off after r490613

  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".

  PR:		235039
  Reported by:	jakub_lach@mailplus.pl

Changes:
  head/multimedia/libva-intel-driver/files/
  head/multimedia/libva-intel-driver/files/patch-meson.build
Comment 2 Jan Beich freebsd_committer freebsd_triage 2019-01-18 10:42:40 UTC
Thanks for reporting.