mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
mesa3d: use --enable-shared-glapi also for Gallium drivers
Needed since this upstream commit: http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=10.2&id=0432aa064bf5d4d0ad8fc3c4d648b8feb238ddfa Remove --disable-shared-glapi from the non-DRI-block, this would break with enabled Gallium drivers. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f7230f6af5
commit
b11289752e
@ -63,13 +63,13 @@ MESA3D_CONF_OPT += \
|
|||||||
--without-gallium-drivers
|
--without-gallium-drivers
|
||||||
else
|
else
|
||||||
MESA3D_CONF_OPT += \
|
MESA3D_CONF_OPT += \
|
||||||
|
--enable-shared-glapi \
|
||||||
--with-gallium-drivers=$(subst $(space),$(comma),$(MESA3D_GALLIUM_DRIVERS-y))
|
--with-gallium-drivers=$(subst $(space),$(comma),$(MESA3D_GALLIUM_DRIVERS-y))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MESA3D_DRI_DRIVERS-y),)
|
ifeq ($(MESA3D_DRI_DRIVERS-y),)
|
||||||
MESA3D_CONF_OPT += \
|
MESA3D_CONF_OPT += \
|
||||||
--disable-dri \
|
--disable-dri \
|
||||||
--disable-shared-glapi \
|
|
||||||
--without-dri-drivers
|
--without-dri-drivers
|
||||||
else
|
else
|
||||||
MESA3D_CONF_OPT += \
|
MESA3D_CONF_OPT += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user