Skip to content

Commit

Permalink
Merge pull request OpenBrickProtocolFoundation#134 from mgerhold/125-…
Browse files Browse the repository at this point in the history
…wait-for-orgfreedesktopsdk-to-have-meson-=-13

remove temporary meson patch for flatpak build
  • Loading branch information
Totto16 authored Mar 18, 2024
2 parents be59761 + 761b096 commit 965d39b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions com.github.mgerhold.OOPetris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ runtime-version: "23.08"
sdk: org.freedesktop.Sdk
command: oopetris
modules:
- name: meson_1.3_patch # TODO: remove after the sdk has meson >= 1.3
buildsystem: simple
build-options:
build-args:
- --share=network
build-commands:
- mkdir -p /app/python/
- PYTHONUSERBASE=/app/python/ pip install --user -U meson
- sed -i "s/import sys/import sys; sys.path.insert(1,'\/app\/python\/lib\/python3.11\/site-packages')/g" /app/python/bin/meson

- name: OOPetris
buildsystem: meson
config-opts:
Expand All @@ -25,7 +15,6 @@ modules:
build-options:
build-args:
- --share=network
prepend-path: /app/python/bin/ # TODO: remove after meson_1.3_patch was removed
sources:
- type: dir
path: "."
Expand All @@ -39,7 +28,6 @@ cleanup:
- /include
- /lib/pkgconfig
- /share/pkgconfig
- /python # TODO: remove after meson_1.3_patch was removed

finish-args:
- --socket=x11
Expand Down

0 comments on commit 965d39b

Please sign in to comment.