File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
c_stdlib_version :
2
- - 2.34
2
+ - " 2.34"
Original file line number Diff line number Diff line change @@ -17,24 +17,23 @@ build:
17
17
- |
18
18
cmake_args=(
19
19
-DPORT=GTK
20
- -DENABLE_BUBBLEWRAP_SANDBOX=OFF
21
20
-DENABLE_DOCUMENTATION=OFF
22
21
-DENABLE_GAMEPAD=OFF
23
- -DENABLE_MINIBROWSER=ON
24
- -DENABLE_SPEECH_SYNTHESIS=OFF
25
- -DUSE_AVIF=ON
26
22
-DUSE_GTK4=OFF
27
- -DUSE_JPEGXL=ON
28
- -DUSE_LIBBACKTRACE=OFF
29
- -DUSE_LIBHYPHEN=OFF
30
- -DUSE_GBM=OFF # TODO: Requires libgbm, not packaged
31
- -DUSE_JPEGXL=OFF # TODO: Requires jpeg-xl, not packaged
32
- -DUSE_WOFF2=OFF # TODO: Requires woff2, not packaged
33
- -DUSE_SYSTEM_SYSPROF_CAPTURE=NO # TODO: Requires sysprof, not packaged
34
- -DUSE_GSTREAMER_TRANSCODER=NO # TODO: gst-plugins-bad is too old (1.24 instead of 1.26)
23
+ -DUSE_LIBBACKTRACE=OFF
24
+ # TODO: staged-recipes #30724
25
+ -DUSE_LIBHYPHEN=OFF
26
+ # TODO: staged-recipes #30722
27
+ -DUSE_WOFF2=OFF # TODO
28
+ # libmesa package is built without screen rendering capabilities so we can't enable GBM
29
+ # https://github.com/conda-forge/mesalib-feedstock/blob/f0c17a763eda1e0ef13cd1aa81d597d50fde0d80/recipe/meta.yaml#L54
30
+ -DUSE_GBM=OFF
31
+ -DUSE_SYSTEM_SYSPROF_CAPTURE=NO
32
+ # TODO: gst-plugins-bad-feedstock #82
33
+ -DUSE_GSTREAMER_TRANSCODER=NO
35
34
)
36
35
- cmake ${CMAKE_ARGS} -S . -B build -GNinja "${cmake_args[@]}"
37
- - cmake --build build -- -j 8
36
+ - cmake --build build
38
37
- cmake --install build
39
38
40
39
requirements :
@@ -74,6 +73,9 @@ requirements:
74
73
- epoxy
75
74
- libegl-devel
76
75
- xorg-xorgproto
76
+ - flite-dev
77
+ - libjxl
78
+ - libseccomp
77
79
78
80
tests :
79
81
- script : return 0 # TODO
You can’t perform that action at this time.
0 commit comments