• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libva/libva.mk
Bernd KuhlsBernd Kuhls committed 894e4df127a10 Apr 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libva
4
#
5
################################################################################
6
​
7
LIBVA_VERSION = 1.8.1
8
LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
9
LIBVA_SITE = https://github.com/01org/libva/releases/download/$(LIBVA_VERSION)
10
LIBVA_LICENSE = MIT
11
LIBVA_LICENSE_FILES = COPYING
12
LIBVA_INSTALL_STAGING = YES
13
LIBVA_DEPENDENCIES = host-pkgconf libdrm
14
​
15
# libdrm is a hard-dependency
16
LIBVA_CONF_OPTS = \
17
    --enable-drm \
18
    --disable-dummy-driver \
19
    --with-drivers-path="/usr/lib/va"
20
​
21
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),y)
22
LIBVA_DEPENDENCIES += mesa3d
23
LIBVA_CONF_OPTS += --enable-glx
24
else
25
LIBVA_CONF_OPTS += --disable-glx
26
endif
27
​
28
ifeq ($(BR2_PACKAGE_XORG7),y)
29
LIBVA_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXfixes
30
LIBVA_CONF_OPTS += --enable-x11
31
else
32
LIBVA_CONF_OPTS += --disable-x11
33
endif
34
​
35
ifeq ($(BR2_PACKAGE_WAYLAND),y)
36
LIBVA_DEPENDENCIES += wayland
37
LIBVA_CONF_OPTS += --enable-wayland
38
else
39
LIBVA_CONF_OPTS += --disable-wayland
40
endif
41
​
42
ifeq ($(BR2_PACKAGE_HAS_LIBEGL),y)
43
LIBVA_DEPENDENCIES += libegl
44
LIBVA_CONF_OPTS += --enable-egl
45
else
46
LIBVA_CONF_OPTS += --disable-egl
47
endif
48
​
49
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.