Skip to content

Commit a8c09fc

Browse files
committed
buildall: add more X-stuff
1 parent b4b0ed6 commit a8c09fc

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

tests/buildall/recipes/buildall.yaml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ multiPackage:
3030
- all
3131

3232
x86_64:
33+
environment:
34+
MESA3D_PLATFORM: "x11"
35+
MESA3D_INTEL: "true"
36+
MESA3D_GALLIUM_DRIVERS: "iris"
37+
MESA3D_DRI3: "enabled"
38+
MESA3D_GLX: "auto"
39+
3340
depends:
3441
- name: devel::cross-toolchain-x86_64-linux-gnu
3542
use: [tools]
@@ -42,18 +49,17 @@ multiPackage:
4249

4350
- name: libs::mesa3d-tgt
4451
alias: libs::mesa3d-intel-tgt
45-
environment:
46-
MESA3D_PLATFORM: "x11"
47-
MESA3D_INTEL: "true"
48-
MESA3D_GALLIUM_DRIVERS: "iris"
49-
50-
- name: graphics::xorg::xserver
51-
environment:
52-
MESA3D_PLATFORM: "x11"
53-
MESA3D_INTEL: "true"
54-
MESA3D_GALLIUM_DRIVERS: "iris"
55-
MESA3D_DRI3: "enabled"
56-
MESA3D_GLX: "auto"
52+
53+
- graphics::xorg::setxkbmap
54+
- graphics::xorg::xauth
55+
- graphics::xorg::xf86-input-evdev
56+
- graphics::xorg::xf86-video-fbdev
57+
- graphics::xorg::xinit
58+
- graphics::xorg::xrdb
59+
- graphics::xorg::xserver
60+
- graphics::xorg::xset
61+
- graphics::xorg::xsetroot
62+
- graphics::xorg::xterm
5763

5864
buildScript: |
5965
/bin/true

0 commit comments

Comments
 (0)