aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-build_config_linux_libdrm_BUILD.gn
blob: 6ce9dff5909c8bfe40b51771c68a324972385e33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/linux/libdrm/BUILD.gn.orig	2025-01-27 17:37:37 UTC
+++ build/config/linux/libdrm/BUILD.gn
@@ -15,7 +15,7 @@ if (use_system_libdrm) {
 }
 
 if (use_system_libdrm) {
-  assert(!is_linux, "System libdrm is not supported in linux")
+#  assert(!is_linux, "System libdrm is not supported in linux")
   pkg_config("libdrm_config") {
     packages = [ "libdrm" ]
   }