• 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/libdrm/libdrm.mk
Bernd KuhlsBernd Kuhls committed 2e9f105eeaa15 Apr 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libdrm
4
#
5
################################################################################
6
​
7
LIBDRM_VERSION = 2.4.80
8
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
9
LIBDRM_SITE = http://dri.freedesktop.org/libdrm
10
LIBDRM_LICENSE = MIT
11
LIBDRM_INSTALL_STAGING = YES
12
LIBDRM_DEPENDENCIES = \
13
    libpthread-stubs \
14
    host-pkgconf
15
​
16
LIBDRM_CONF_OPTS = \
17
    --disable-cairo-tests \
18
    --disable-manpages
19
​
20
LIBDRM_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
21
​
22
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
23
LIBDRM_DEPENDENCIES += libatomic_ops
24
ifeq ($(BR2_sparc_v8)$(BR2_sparc_leon3),y)
25
LIBDRM_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DAO_NO_SPARC_V9"
26
endif
27
endif
28
​
29
ifeq ($(BR2_PACKAGE_LIBDRM_INTEL),y)
30
LIBDRM_CONF_OPTS += --enable-intel
31
LIBDRM_DEPENDENCIES += libpciaccess
32
else
33
LIBDRM_CONF_OPTS += --disable-intel
34
endif
35
​
36
ifeq ($(BR2_PACKAGE_LIBDRM_RADEON),y)
37
LIBDRM_CONF_OPTS += --enable-radeon
38
else
39
LIBDRM_CONF_OPTS += --disable-radeon
40
endif
41
​
42
ifeq ($(BR2_PACKAGE_LIBDRM_AMDGPU),y)
43
LIBDRM_CONF_OPTS += --enable-amdgpu
44
else
45
LIBDRM_CONF_OPTS += --disable-amdgpu
46
endif
47
​
48
ifeq ($(BR2_PACKAGE_LIBDRM_NOUVEAU),y)
49
LIBDRM_CONF_OPTS += --enable-nouveau
50
else
51
LIBDRM_CONF_OPTS += --disable-nouveau
52
endif
53
​
54
ifeq ($(BR2_PACKAGE_LIBDRM_VMWGFX),y)
55
LIBDRM_CONF_OPTS += --enable-vmwgfx
56
else
57
LIBDRM_CONF_OPTS += --disable-vmwgfx
58
endif
59
​
60
ifeq ($(BR2_PACKAGE_LIBDRM_OMAP),y)
61
LIBDRM_CONF_OPTS += --enable-omap-experimental-api
62
else
63
LIBDRM_CONF_OPTS += --disable-omap-experimental-api
  • 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.