Skip to content

Commit bfbb7c7

Browse files
committed
Disable bubblewrap for now as we don't have xdg-dbus-proxy packaged
1 parent eea1999 commit bfbb7c7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

recipes/conda_build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
c_stdlib_version:
2+
- 2.34

recipes/webkit2gtk4.1/recipe.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ build:
1616
script:
1717
- |
1818
cmake_args=(
19+
# TODO: Package xdg-dbus-proxy
20+
-DENABLE_BUBBLEWRAP_SANDBOX=OFF
1921
-DPORT=GTK
2022
-DENABLE_DOCUMENTATION=OFF
2123
-DENABLE_GAMEPAD=OFF
@@ -76,6 +78,7 @@ requirements:
7678
- flite-dev
7779
- libjxl
7880
- libseccomp
81+
- bubblewrap
7982

8083
tests:
8184
- script: return 0 # TODO

0 commit comments

Comments
 (0)