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:
Bernd Kuhls 2019-10-23 08:22:18 +02:00 committed by Thomas Petazzoni
parent 9dcca3ae40
commit 6150794175

View File

@ -120,7 +120,7 @@ else # modular
XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive --disable-xfbdev
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_DEPENDENCIES += mesa3d
else