mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/x11r7/xserver_xorg-server: fix optional glx dependency
Typo was added by commit https://git.buildroot.net/buildroot/commit/?id=c2856aa2857d616788684a053f1c886da00d977f Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9dcca3ae40
commit
6150794175
@ -120,7 +120,7 @@ else # modular
|
|||||||
XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive --disable-xfbdev
|
XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive --disable-xfbdev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_GLX)),y)
|
ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_GLX),y)
|
||||||
XSERVER_XORG_SERVER_CONF_OPTS += --enable-dri --enable-glx
|
XSERVER_XORG_SERVER_CONF_OPTS += --enable-dri --enable-glx
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += mesa3d
|
XSERVER_XORG_SERVER_DEPENDENCIES += mesa3d
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user