mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
also search ${LOCALBASE}/lib/dri for vaapi .so files
will make the intel ports less awkward ok matthieu@ rsadowski@
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2024/07/25 00:18:21 jsg Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2024/07/25 00:23:49 jsg Exp $
|
||||
|
||||
SHARED_LIBS += va-drm 2.22
|
||||
SHARED_LIBS += va-glx 2.22
|
||||
SHARED_LIBS += va-x11 2.22
|
||||
SHARED_LIBS += va 2.22
|
||||
|
||||
LOCALBASE ?= /usr/local
|
||||
|
||||
CONFIGURE_ARGS= --disable-wayland
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-drivers-path=${DESTDIR}${X11BASE}/lib/modules/dri
|
||||
--with-drivers-path=${DESTDIR}${X11BASE}/lib/modules/dri:${LOCALBASE}/lib/dri
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
|
||||
Reference in New Issue
Block a user