summaryrefslogtreecommitdiffstats
path: root/third_party/drm/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/drm/moz.build')
-rw-r--r--third_party/drm/moz.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/drm/moz.build b/third_party/drm/moz.build
new file mode 100644
index 0000000000..970a823912
--- /dev/null
+++ b/third_party/drm/moz.build
@@ -0,0 +1,6 @@
+if CONFIG['MOZ_WEBRTC']:
+ EXPORTS.drm = [
+ 'drm/include/libdrm/drm.h',
+ 'drm/xf86drm.h',
+ ]
+