mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
wine: Add opengl dependency
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0eb659d04e
commit
981d614d9f
@ -26,7 +26,6 @@ WINE_CONF_OPTS = \
|
|||||||
--without-netapi \
|
--without-netapi \
|
||||||
--without-openal \
|
--without-openal \
|
||||||
--without-opencl \
|
--without-opencl \
|
||||||
--without-opengl \
|
|
||||||
--without-osmesa \
|
--without-osmesa \
|
||||||
--without-oss \
|
--without-oss \
|
||||||
--without-xshape \
|
--without-xshape \
|
||||||
@ -110,6 +109,13 @@ else
|
|||||||
WINE_CONF_OPTS += --without-cms
|
WINE_CONF_OPTS += --without-cms
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
|
||||||
|
WINE_CONF_OPTS += --with-opengl
|
||||||
|
WINE_DEPENDENCIES += libgl
|
||||||
|
else
|
||||||
|
WINE_CONF_OPTS += --without-opengl
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGLU),y)
|
ifeq ($(BR2_PACKAGE_LIBGLU),y)
|
||||||
WINE_CONF_OPTS += --with-glu
|
WINE_CONF_OPTS += --with-glu
|
||||||
WINE_DEPENDENCIES += libglu
|
WINE_DEPENDENCIES += libglu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user