Skip to content

Commit f146a03

Browse files
author
msieben
committed
[orc] : Define host build configuration.
Disable all except tools.
1 parent 525b4c9 commit f146a03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package/orc/orc.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@ ORC_CONF_OPTS = \
1919
-Dtests=disabled \
2020
-Dtools=disabled
2121

22+
HOST_ORC_CONF_OPTS = \
23+
-Dbenchmarks=disabled \
24+
-Dexamples=disabled \
25+
-Dgtk_doc=disabled \
26+
-Dorc-test=disabled \
27+
-Dtests=disabled
28+
2229
$(eval $(meson-package))
2330
$(eval $(host-meson-package))

0 commit comments

Comments
 (0)