package/x11r7/xserver_xorg-server: fix optional glx dependency
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 23 Oct 2019 06:22:18 +0000 (08:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 25 Oct 2019 18:07:24 +0000 (20:07 +0200)
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>
package/x11r7/xserver_xorg-server/xserver_xorg-server.mk

index c15047cbe4a0f1923f76a70a0bd4e409db7ecee6..41c82ad930cb72f696a8be288249fdf11e0e53e1 100644 (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