all the things
This commit is contained in:
21
graphics/intel-vaapi-driver/Makefile
Executable file
21
graphics/intel-vaapi-driver/Makefile
Executable file
@@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile.template,v 1.85 2019/09/09 19:19:05 kmos Exp $
|
||||
|
||||
COMMENT = VA-API user mode driver for Intel GEN Graphics family
|
||||
|
||||
GH_ACCOUNT = intel
|
||||
GH_PROJECT = intel-vaapi-driver
|
||||
GH_TAGNAME = 2.4.0
|
||||
|
||||
CATEGORIES = graphics multimedia
|
||||
HOMEPAGE = https://github.com/intel/intel-vaapi-driver
|
||||
|
||||
#Generic License inside the COPYING file. Permits all.
|
||||
PERMIT_PACKAGE=Yes
|
||||
|
||||
WANTLIB = drm \
|
||||
drm_intel \
|
||||
m
|
||||
|
||||
MODULES = devel/meson
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user