Version:
Usage
Install the latest libdrm package with the following command:
meson wrap install libdrmOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from libdrm 2.4.127-1 can be used by adding the following lines to your meson.build file:
libdrm_dep = dependency('libdrm')
libdrm_amdgpu_dep = dependency('libdrm_amdgpu')
libdrm_etnaviv_dep = dependency('libdrm_etnaviv')
libdrm_exynos_dep = dependency('libdrm_exynos')
libdrm_freedreno_dep = dependency('libdrm_freedreno')
libdrm_intel_dep = dependency('libdrm_intel')
libdrm_nouveau_dep = dependency('libdrm_nouveau')
libdrm_omap_dep = dependency('libdrm_omap')
libdrm_radeon_dep = dependency('libdrm_radeon')
libdrm_tegra_dep = dependency('libdrm_tegra')Patch Files Preview
No patch files needed for this package.