jasper: add PACKAGECONFIG for opengl

* fixed 3 autodetected dependencies:
  WARN: jasper: jasper-bin rdepends on freeglut, but it isn't a build dependency?
  WARN: jasper: jasper-bin rdepends on libgl-mesa, but it isn't a build dependency?
  WARN: jasper: jasper-bin rdepends on libglu, but it isn't a build dependency?

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2016-09-15 15:14:04 +02:00
parent 24e387aaf7
commit 7be1355e19

View File

@ -10,6 +10,7 @@ inherit autotools lib_package
PACKAGECONFIG ??= ""
PACKAGECONFIG[jpeg] = "--enable-libjpeg,--disable-libjpeg,jpeg"
PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,freeglut"
EXTRA_OECONF = "--enable-shared"