Commit b3826db4 authored by acpaquette's avatar acpaquette Committed by amystamile-usgs
Browse files

Added mesalib as a build and run dependency

parent b8194740
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,12 +47,14 @@ requirements:
  build:
    - cmake >=3.15
    - cxx-compiler=1.1.2
    - mesalib
    - ninja
    - nlohmann_json
    - python
    - qt >=5.9.6,<5.15.0
    - swig
  run:
    - mesalib
    - nlohmann_json
    - {{ pin_compatible('qt', max_pin='x.x') }}