Changeset View
Changeset View
Standalone View
Standalone View
multimedia/libva/Makefile
Show All 18 Lines | |||||
LICENSE= MIT | LICENSE= MIT | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
LIB_DEPENDS+= libdrm.so:graphics/libdrm | LIB_DEPENDS+= libdrm.so:graphics/libdrm | ||||
USES= meson pkgconfig | USES= meson pkgconfig | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
GH_ACCOUNT= intel | GH_ACCOUNT= intel | ||||
# -lpthread is not necessary if pthread_getthreadid_np is a libc stub | |||||
LDFLAGS+= ${LDFLAGS_${OPSYS}_${OSREL}} | |||||
LDFLAGS_FreeBSD_11.3= -lpthread | |||||
jbeich: Can you drop above 2 lines as well? Nothing needs flags specific to OS version along with the… | |||||
OPTIONS_DEFINE= GLX WAYLAND X11 | OPTIONS_DEFINE= GLX WAYLAND X11 | ||||
OPTIONS_DEFAULT=GLX WAYLAND X11 | OPTIONS_DEFAULT=GLX WAYLAND X11 | ||||
OPTIONS_EXCLUDE?=GLX # enslaved until subpackaging | OPTIONS_EXCLUDE?=GLX # enslaved until subpackaging | ||||
OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
GLX_LIB_DEPENDS= libva-x11.so:multimedia/libva | GLX_LIB_DEPENDS= libva-x11.so:multimedia/libva | ||||
GLX_USES= gl | GLX_USES= gl | ||||
GLX_USE= GL=gl | GLX_USE= GL=gl | ||||
Show All 11 Lines |
Can you drop above 2 lines as well? Nothing needs flags specific to OS version along with the comment documenting why it was there.