Lines Matching +full:libdrm +full:-
1 libdrm - userspace library for drm
3 This is libdrm, a userspace library for accessing the DRM, direct
8 and buffers. libdrm is a low-level library, typically used by
11 typically requires a new libdrm, but a new libdrm will always work
16 ---------
18 libdrm has two build systems, a legacy autotools build system, and a newer
27 with --prefix=/usr (or `meson configure builddir/ -Dprefix=/usr` after
32 ninja -C builddir/ install
42 By default, libdrm will install into the /usr/local/ prefix. If you
44 --prefix=/usr and --exec-prefix=/ to configure. If you are building
45 libdrm from a git checkout, you first need to run the autogen.sh
47 wise pass to configure, or you can just re-run configure with the
50 Next step is to build libdrm: