Skip to content

Commit

Permalink
Add libgl1-mesa-dev for compiling with EGL support.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Feb 4, 2024
1 parent cc7cbd6 commit 49727b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/uni-get-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ get_debian_deps()
libmpfr-dev libboost-dev libglew-dev libcairo2-dev \
libeigen3-dev libcgal-dev libopencsg-dev libgmp3-dev libgmp-dev \
imagemagick libfreetype6-dev libdouble-conversion-dev \
gtk-doc-tools libglib2.0-dev gettext xvfb pkg-config ragel libtbb-dev
apt-get -y install libxi-dev libfontconfig-dev libzip-dev
gtk-doc-tools libglib2.0-dev gettext xvfb pkg-config ragel libtbb-dev \
libgl1-mesa-dev libxi-dev libfontconfig-dev libzip-dev
}

get_qt5_deps_debian()
Expand Down

0 comments on commit 49727b9

Please sign in to comment.