summaryrefslogtreecommitdiff
path: root/pkg/libdrm/README.md
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-03-10 17:29:34 -0800
committerMichael Forney <mforney@mforney.org>2018-03-10 17:46:22 -0800
commitc4e9c53cdc8c7e176097222d7c3da9124d0b8871 (patch)
tree5d248f0457b7c5c46584568ff791e9c9002876b7 /pkg/libdrm/README.md
parent7e693e5ca5ac53146b6e3f250810942a64690b66 (diff)
libdrm: Update to 2.4.91
Diffstat (limited to 'pkg/libdrm/README.md')
-rw-r--r--pkg/libdrm/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/libdrm/README.md b/pkg/libdrm/README.md
new file mode 100644
index 00000000..2db5af47
--- /dev/null
+++ b/pkg/libdrm/README.md
@@ -0,0 +1,14 @@
+# libdrm
+
+# `config.h`
+Generated with
+
+ ./configure \
+ --disable-amdgpu \
+ --disable-intel \
+ --disable-nouveau \
+ --disable-radeon \
+ --disable-vmwgfx
+
+`HAVE_INTEL`, `HAVE_NOUVEAU`, and `HAVE_AMDGPU` were removed since they get
+defined in `gen.lua` based on the keys in `config.video_drivers`.