mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
VirtualGL: require a newer libjpeg-turbo to fix build.
This commit is contained in:
parent
f748cd6fa2
commit
74ce329fb6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ build_style=cmake
|
|||
configure_args="-DTJPEG_INCLUDE_DIR=/usr/include
|
||||
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DVGL_LIBDIR=/usr/lib
|
||||
-DVGL_BINDIR=/usr/bin -DVGL_DOCDIR=/usr/share/doc/${pkgname}"
|
||||
makedepends="cmake libXv-devel glu-devel libjpeg-turbo-devel"
|
||||
makedepends="cmake libXv-devel glu-devel libjpeg-turbo-devel>=1.3.0_2"
|
||||
short_desc="Run remote OpenGL applications with full acceleration"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.virtualgl.org/"
|
||||
|
|
Loading…
Add table
Reference in a new issue