[PATCH modular] xorg.modules: Update to use meson for the xserver.
Eric Anholt
eric at anholt.net
Wed Aug 1 19:28:22 UTC 2018
I'm proposing a patch to delete autotools, so try to make sure jhbuild
keeps working.
---
xorg.modules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xorg.modules b/xorg.modules
index 3db392aa358d..638e88daefa4 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -1571,7 +1571,7 @@
</autotools>
<!-- The X Server -->
- <autotools id="xserver">
+ <meson id="xserver">
<branch module="xorg/xserver"
checkoutdir="xorg/xserver"/>
<dependencies>
@@ -1598,7 +1598,7 @@
<dep package="mesa-drm"/>
<dep package="mesa-mesa"/>
</suggests>
- </autotools>
+ </meson>
<!-- X Input Drivers - Modules Definition -->
<autotools id="xf86-input-evdev">
--
2.18.0
More information about the xorg-devel
mailing list