Add compiling constants (#5593)

* add compiling constants

* fix version and quoting

* lib/const.rb: add CREW_MESON_FNO_LTO_OPTIONS

* lib/const.rb: fix CREW_COMMON_OPTIONS

* crew: add new consts to crew const output

* bin/crew: alphabetize consts

Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
Cassandra Watergate
2021-04-12 12:15:28 -04:00
committed by GitHub
parent d614a166de
commit ff31a81843
131 changed files with 143 additions and 135 deletions

View File

@@ -30,7 +30,7 @@ class Libva_intel_driver_hybrid < Package
end
def self.build
system "meson #{CREW_MESON_LTO_OPTIONS} \
system "meson #{CREW_MESON_OPTIONS} \
-Denable_hybrid_codec=true builddir"
system 'meson configure builddir'
system 'ninja -C builddir'