Skip to content
Snippets Groups Projects
Unverified Commit 83c5abce authored by Sébastien Blin's avatar Sébastien Blin
Browse files

build: avoid failure with libinput-devel for fedora 29

Change-Id: Ia20485775046dbc5f756719321a076c0e7b53f30
parent dadb840f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ RUN dnf install -y dnf-command\(builddep\) rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y mesa-libgbm-devel mesa-dri-drivers && \
dnf install -y libinput-devel && \
dnf install -y \
git \
rpm-build \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment