package/directfb: fixing typo in DIRECTFB_CONF_OPT

The DIRECTFB_CONF_OPT variable was missspelled for disabling the X11
support.

Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Carsten Schoenert 2013-06-28 20:52:37 +02:00 committed by Peter Korsgaard
parent e8df32e59a
commit 2699d4f315

View File

@ -44,7 +44,7 @@ endif
ifeq ($(BR2_PACKAGE_XSERVER),y)
DIRECTFB_CONF_OPT += --enable-x11
else
DIRECTFB_CONF_OPT += -disable-x11
DIRECTFB_CONF_OPT += --disable-x11
endif
ifeq ($(BR2_PACKAGE_DIRECTFB_UNIQUE),y)