mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
25 lines
417 B
Makefile
25 lines
417 B
Makefile
COMMENT = collection of tests for VA-API
|
|
|
|
GH_ACCOUNT = intel
|
|
GH_PROJECT = libva-utils
|
|
GH_TAGNAME = 2.23.0
|
|
|
|
CATEGORIES = sysutils graphics
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} X11 c drm m va va-drm va-x11
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/meson
|
|
|
|
MODMESON_CONFIGURE_ARGS = -Dtests=true \
|
|
-Dwayland=false
|
|
|
|
# XXX Broken for now?
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|