Skip to content

Commit 1c91768

Browse files
committed
xorgproto: build with meson
When building from git sources the autotools build misses some m4 files.
1 parent f61377d commit 1c91768

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipes/graphics/xorg/proto/xorgproto.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inherit: [autotools]
1+
inherit: [meson]
22

33
metaEnvironment:
44
PKG_VERSION: "2024.1"
@@ -10,9 +10,9 @@ checkoutSCM:
1010
stripComponents: 1
1111

1212
buildScript: |
13-
autotoolsBuild $1
13+
mesonBuild $1
1414
1515
multiPackage:
1616
dev:
1717
packageScript: |
18-
autotoolsPackageDev
18+
mesonPackageDev

0 commit comments

Comments
 (0)