View | Details | Raw Unified | Return to bug 236376 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/libva-intel-hybrid-driver/Makefile (-1 / +10 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	intel-hybrid-driver
3
PORTNAME=	intel-hybrid-driver
4
DISTVERSION=	1.0.2
4
DISTVERSION=	1.0.2
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
PKGNAMEPREFIX=	libva-
7
PKGNAMEPREFIX=	libva-
8
8
Lines 25-31 Link Here
25
USES=		autoreconf compiler:c11 gmake libtool pkgconfig
25
USES=		autoreconf compiler:c11 gmake libtool pkgconfig
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	01org
27
GH_ACCOUNT=	01org
28
28
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
30
31
OPTIONS_DEFINE=		WAYLAND X11
32
OPTIONS_DEFAULT=	WAYLAND X11
33
34
WAYLAND_CONFIGURE_ENABLE= wayland
35
36
X11_CONFIGURE_ENABLE= X11
37
29
INSTALL_TARGET=	install-strip
38
INSTALL_TARGET=	install-strip
30
PLIST_FILES=	lib/dri/hybrid_drv_video.so
39
PLIST_FILES=	lib/dri/hybrid_drv_video.so
31
40

Return to bug 236376