Commit 5312d365 authored by Chandan Singh's avatar Chandan Singh
Browse files

fixup! fixup! FIXUP: cairo

parent 448cc5e5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ variables:
  - pip3 install tox
  # Install compiler
  - |
    bash -c '( apt-get update && apt-get install -y python3-dev gcc python3-cairo-dev ) || ( dnf install -y gcc python3-devel python3-cairo-devel gobject-introspection-devel glib2-devel )'
    bash -c '( apt-get update && apt-get install -y python3-dev gcc libcairo2-dev pkg-config libgirepository1.0-dev ) || ( dnf install -y gcc python3-devel python3-cairo-devel gobject-introspection-devel glib2-devel cairo-gobject-devel )'

  script:
  - useradd -Um buildstream