Files
sthen 223dd2dcf0 set COMPILER_LANGS=c for various C-only ports
add annotations near COMPILER for some other ports that don't have
COMPILER_LIBCXX in WANTLIB

not changing the actual compiler version of anything here (some could
possibly remove the COMPILER line completely where they only used
COMPILER due to an old WANTLIB entry which has since stopped using
C++, but changing that is too likely to break things)
2025-01-28 11:22:02 +00:00

29 lines
523 B
Makefile

ONLY_FOR_ARCHS = amd64 i386
COMMENT = VAAPI legacy driver for Intel GMA 4500 to UHD 630
GH_ACCOUNT = intel
GH_PROJECT = intel-vaapi-driver
GH_TAGNAME = 2.4.1
REVISION = 2
CATEGORIES = graphics multimedia
# MIT & BSD-3-Clause
PERMIT_PACKAGE = Yes
WANTLIB += drm drm_intel m
MODULES = devel/meson
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODMESON_CONFIGURE_ARGS += -Ddriverdir="${LOCALBASE}/lib/dri" \
-Dwith_wayland=no
pre-fake:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xorg/modules
.include <bsd.port.mk>