Skip to content

Commit

Permalink
green :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed May 5, 2024
1 parent 74ddbca commit 45dd306
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
libepoxy-dev \
libegl1-mesa-dev \
libgbm-dev \
libgl1 \
libgbm1 \
libgl1-mesa-dev \
libgles2-mesa-dev \
libinput-dev \
libpciaccess-dev \
Expand Down
21 changes: 14 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,23 @@ jobs:
libffi-devel \
libinput-devel \
libpciaccess-devel \
libtirpc-devel \
libudev-devel \
libXdmcp-devel \
libXfont2-devel \
libxkbcommon-x11-devel \
libxkbfile-devel \
libxml2-devel \
libxshmfence-devel \
mesa-libEGL-devel \
mesa-libgbm-devel \
openssl-devel \
xcb-util-devel \
xcb-util-image-devel \
xcb-util-keysyms-devel \
xcb-util-renderutil-devel \
xcb-util-wm-devel \
xorg-x11-font-utils \
xorg-x11-xtrans-devel \
ninja-build \
wget
Expand Down Expand Up @@ -87,13 +94,6 @@ jobs:
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build xwayland
working-directory: xserver-xwayland-${{ env.xwayland-version }}
run: |
meson build --prefix=/usr
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build libdrm
working-directory: drm-libdrm-${{ env.libdrm-version }}
run: |
Expand All @@ -115,6 +115,13 @@ jobs:
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build xwayland
working-directory: xserver-xwayland-${{ env.xwayland-version }}
run: |
meson build --prefix=/usr
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build wlroots
working-directory: wlroots-${{ env.wlroots-version }}
run: |
Expand Down

0 comments on commit 45dd306

Please sign in to comment.