Skip to content

Commit

Permalink
Merge pull request #115 from flacjacket/build_xwayland
Browse files Browse the repository at this point in the history
Ensure xwayland is built in released wheels
  • Loading branch information
flacjacket authored Feb 21, 2023
2 parents 0aa21be + 283324a commit aa7bdd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Build wlroots
working-directory: wlroots-${{ env.wlroots-version }}
run: |
meson build --prefix=/usr
meson build --prefix=/usr -Dxwayland=enabled
ninja -C build
DESTDIR=~/wayland ninja -C build install
- name: Create artifact
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
xcb-util-image \
xcb-util-keysyms \
xcb-util-renderutil \
xcb-util-wm
xcb-util-wm-devel
pip install -r requirements-wheel.txt
- name: Build wheels
run: |
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
xcb-util-image \
xcb-util-keysyms \
xcb-util-renderutil \
xcb-util-wm
xcb-util-wm-devel
pip install -r requirements-wheel.txt
- name: Build wheels
run: |
Expand All @@ -235,6 +235,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
Expand All @@ -260,6 +261,7 @@ jobs:
import wlroots
print(wlroots.__version__)
print(wlroots.__wlroots_version__)
print(wlroots.lib.WLR_XWAYLAND_SURFACE_DECORATIONS_ALL == 0)
build-source:
name: Build source package
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa7bdd0

Please sign in to comment.